#10 Updated client setup test action
Some checks failed
DRB Build Tests / test_setup (push) Failing after 8s
DRB Build Tests / drb_build_and_test (push) Failing after 56s

- Added working dir for setup test
This commit is contained in:
Logan Cusano
2024-04-21 02:14:32 -04:00
parent 539dbd9518
commit 737b493b23

View File

@@ -21,6 +21,7 @@ jobs:
node-version: '20' node-version: '20'
- name: Test setup script - name: Test setup script
working-directory: "./client"
run: | run: |
# Run the setup script with sudo # Run the setup script with sudo
sudo bash setup_script.sh sudo bash setup_script.sh