Update drb tests
Some checks failed
DRB Build Tests / build (push) Failing after 7s
DRB Build Tests / drb_build_and_test (push) Failing after 56s

- Update working directory for make
This commit is contained in:
Logan Cusano
2024-04-28 04:49:56 -04:00
parent 49e52d8944
commit 961c5c19e2

View File

@@ -37,6 +37,7 @@ jobs:
node-version: '20' node-version: '20'
- name: Build Docker image and run container - name: Build Docker image and run container
working-directory: "./server"
run: make build && make run run: make build && make run
- name: Wait for server to start - name: Wait for server to start