diff --git a/.github/workflows/pr-legacy-php5-tests.yml b/.github/workflows/pr-legacy-php5-tests.yml index 52b2792..9a4b1cd 100644 --- a/.github/workflows/pr-legacy-php5-tests.yml +++ b/.github/workflows/pr-legacy-php5-tests.yml @@ -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