Skip to content

Commit

Permalink
Atempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcallison1 committed Sep 27, 2024
1 parent 1e6ed67 commit abff584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

- name: Start backend
run: |
docker compose up -d --no-build backend
docker images
docker compose up -d backend
sleep 5
curl -v 'http://127.0.0.1:5050/api'
Expand Down

0 comments on commit abff584

Please sign in to comment.