#10 Update actions and setup script
Some checks failed
DRB Build Tests / test_setup (push) Failing after 2m5s
DRB Build Tests / drb_build_and_test (push) Successful in 54s

- Removed the step to run the DRB client from socket tests
- Added a testing switch to the install script to return all preset values for all user input
- Added test switch to client setup action step
This commit is contained in:
Logan Cusano
2024-04-21 02:28:37 -04:00
parent 3074e88963
commit 8ba1ed36d8
3 changed files with 50 additions and 30 deletions

View File

@@ -75,8 +75,4 @@ jobs:
working-directory: "./client"
run: npm test
- run: echo "Completed the NPM tests"
- name: Start discord-radio-bot service
working-directory: "./client"
run: systemctl start discord-radio-bot.service
- run: echo "Completed the DRB tests"