Skip to content

Commit

Permalink
Run compose up as detached to avoid halting
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Nov 13, 2023
1 parent e8ff846 commit 3b5b661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: docker compose up
- run: docker compose up -d
- run: docker exec python-api python -m pytest -m "php"

0 comments on commit 3b5b661

Please sign in to comment.