Update makefile with clean step
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user