#10 #33 Update client setup and setup test
Some checks failed
DRB Build Tests / drb_test_setup (push) Failing after 2m37s
DRB Build Tests / drb_build_and_test (push) Successful in 54s

- Added a step to run the service after setting it up
- Removed `--system` option from pip3
This commit is contained in:
Logan Cusano
2024-04-21 14:57:17 -04:00
parent 9ba90af464
commit d0c2fcc8eb
2 changed files with 7 additions and 2 deletions

View File

@@ -24,4 +24,9 @@ jobs:
working-directory: "./client"
run: |
sudo useradd -m -s /bin/bash pi
sudo bash setup.sh --test
sudo bash setup.sh --test
- name: Test running client node
working-directory: "./client"
run: |
bash serviceStart.sh