Update makefile with clean step
Some checks failed
DRB Build Tests / build (push) Failing after 7s
DRB Build Tests / drb_build_and_test (push) Has been cancelled

This commit is contained in:
Logan Cusano
2024-04-28 05:04:52 -04:00
parent 38cb1054e0
commit c81dce99e2
2 changed files with 9 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- name: Build Docker image and run container
working-directory: "./server"
run: make build && make run
run: make clean && make build && make run
- name: Wait for server to start
run: sleep 10