Skip to content

Commit

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

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

0 comments on commit 1e6ed67

Please sign in to comment.