Skip to content

Commit

Permalink
Adds detach flag
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Dec 4, 2023
1 parent 4ff0f5a commit ec096ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
- name: Load image
run: docker load --input /tmp/test-image.tar

- name: Run migration checks
- name: Run API health checks
run: |
docker run -p 8000:8000 test-image
docker run --detach -p 8000:8000 test-image
curl localhst:8000
app-tests:
Expand Down

0 comments on commit ec096ae

Please sign in to comment.