Remove client build test for now
This commit is contained in:
32
.gitea/workflows/DRBv3-Client_Setup_tests.yaml.disabled
Normal file
32
.gitea/workflows/DRBv3-Client_Setup_tests.yaml.disabled
Normal file
@@ -0,0 +1,32 @@
|
||||
name: DRB Build Tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
drb_test_setup:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Test setup script
|
||||
working-directory: "./client"
|
||||
run: |
|
||||
sudo useradd -m -s /bin/bash pi
|
||||
sudo bash setup.sh --test
|
||||
|
||||
- name: Test running client node
|
||||
working-directory: "./client"
|
||||
run: |
|
||||
bash serviceStart.sh
|
||||
Reference in New Issue
Block a user