diff --git a/.github/workflows/pr-legacy-php5-tests.yml b/.github/workflows/pr-legacy-php5-tests.yml index f1cb891..52b2792 100644 --- a/.github/workflows/pr-legacy-php5-tests.yml +++ b/.github/workflows/pr-legacy-php5-tests.yml @@ -50,4 +50,4 @@ jobs: shell: bash stdin: true - name: Get Docker Log - run: docker logs + run: docker logs landophp53_custom_nginx_1 diff --git a/examples/5.3/README.md b/examples/5.3/README.md index 4f94ac7..58a92e8 100644 --- a/examples/5.3/README.md +++ b/examples/5.3/README.md @@ -121,4 +121,7 @@ Destroy tests Run the following commands to trash this app like nothing ever happened. - +```bash +# Should print out docker logs +docker logs landophp53_custom_nginx_1 +```