From 2e69cc8c9e7bb0cde861af7838b7b2ecec2cbc3f Mon Sep 17 00:00:00 2001 From: John Sudol <24583161+johnsudol@users.noreply.github.com> Date: Fri, 9 Dec 2022 16:30:13 -0500 Subject: [PATCH] Update artifact-tests.yml add some cats --- .github/workflows/artifact-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/artifact-tests.yml b/.github/workflows/artifact-tests.yml index ef3e08ac..978f1fcb 100644 --- a/.github/workflows/artifact-tests.yml +++ b/.github/workflows/artifact-tests.yml @@ -78,7 +78,10 @@ jobs: - name: Add additional logging shell: bash run: | - find . -type f + cat ./artifact-1-directory/artifact-path/world.txt + cat ./artifact-2-directory/artifact-path/gzip.txt + cat ./artifact-3-directory/artifact-path/empty.txt + - name: Verify downloadArtifact() shell: bash