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