diff --git a/.github/workflows/pr-legacy-php5-tests.yml b/.github/workflows/pr-legacy-php5-tests.yml index 52b2792..d253c1a 100644 --- a/.github/workflows/pr-legacy-php5-tests.yml +++ b/.github/workflows/pr-legacy-php5-tests.yml @@ -49,5 +49,6 @@ 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() + uses: jwalton/gh-docker-logs@v2