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'
- name: Build Docker image and run container
working-directory: "./server"
run: make build && make run
- name: Wait for server to start
@@ -45,7 +46,7 @@ jobs:
- name: Test server accessibility
run: curl -v http://localhost:3000
- name: Stop Docker container
- name: Stop Docker container
run: docker stop drb
drb_build_and_test: