Skip to content

Commit

Permalink
Output PHP container logs on CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Aug 14, 2023
1 parent 573fc6d commit 1178c5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
run: |
make test-ci
- name: Failure logs
if: failure()
run: |
docker compose logs php
docker_release:
name: Docker release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1178c5a

Please sign in to comment.