Update build to clean and run the container
All checks were successful
DRB Server Build / drb_mocha_tests (push) Successful in 6s

This commit is contained in:
Logan Cusano
2024-04-29 01:20:50 -04:00
parent 26f3493c8f
commit 26a8d8a172

View File

@@ -21,4 +21,4 @@ jobs:
- name: Build the latest code
working-directory: './server'
run: make build
run: make clean && make build && make run