Skip to content

Commit

Permalink
Fix docker compose logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Feys committed Jan 8, 2025
1 parent 5107db9 commit 2eb986a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
- name: Run end2end tests
working-directory: ./sample-apps/${{ matrix.app.name }}
run: |
sleep 5 && docker-compose logs -f & cd ../../
sleep 5 && docker compose logs -f & cd ../../
poetry run pytest ./end2end/${{ matrix.app.test_file }}

0 comments on commit 2eb986a

Please sign in to comment.