From eb490d75f3fc4cbea12402256796f56611e5def1 Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Mon, 20 Nov 2023 11:57:46 -0800 Subject: [PATCH] Debugging. --- .github/workflows/pr-legacy-php5-tests.yml | 2 +- examples/5.3/README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 +```