Skip to content

Commit

Permalink
Docker logs debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Nov 20, 2023
1 parent eb490d7 commit e92022e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pr-legacy-php5-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ jobs:
cleanup-header: "Destroy tests"
shell: bash
stdin: true
- name: Get Docker Log
run: docker logs landophp53_custom_nginx_1
- name: Dump docker logs on failure
if: failure()
with:
images: 'landophp53_custom_nginx_1'
uses: jwalton/gh-docker-logs@v2

0 comments on commit e92022e

Please sign in to comment.