Update tests
Some checks failed
DRB Build Tests / build (push) Failing after 41s
DRB Build Tests / drb_build_and_test (push) Failing after 43s

- Output docker ps before curl
This commit is contained in:
Logan Cusano
2024-04-28 05:13:40 -04:00
parent 0c1f6cd867
commit 14a2b4a1b9

View File

@@ -44,6 +44,9 @@ jobs:
- name: Wait for server to start - name: Wait for server to start
run: sleep 10 run: sleep 10
- name: Check open docker containers
run: docker ps
- name: Test server accessibility - name: Test server accessibility
run: curl -v http://localhost:3000 run: curl -v http://localhost:3000