1
0
Fork 0

Update artifact-tests.yml

add some cats
pull/1258/head
John Sudol 2022-12-09 16:30:13 -05:00 committed by GitHub
parent 39cdb45e15
commit 2e69cc8c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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