Skip to content

Commit

Permalink
Background building the python-api image
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Nov 14, 2023
1 parent 338b385 commit 6c0e7d3
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 @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: docker compose up -d python-api
- run: docker compose up -d python-api &
- run: docker compose up -d --wait php-api
- run: docker container ls
- run: docker exec python-api python -m pytest -xv -m "php"
Expand Down

0 comments on commit 6c0e7d3

Please sign in to comment.