Fix server build name and removed clean and run code, just update
Some checks failed
DRB Server Build / drb_server_build (push) Successful in 6s
DRB Tests / drb_mocha_tests (push) Failing after 58s

This commit is contained in:
Logan Cusano
2024-04-29 01:28:18 -04:00
parent 26a8d8a172
commit 4b18df9e2c

View File

@@ -12,7 +12,7 @@ env:
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
jobs:
drb_mocha_tests:
drb_server_build:
runs-on: ubuntu-latest
steps:
@@ -21,4 +21,4 @@ jobs:
- name: Build the latest code
working-directory: './server'
run: make clean && make build && make run
run: make build