mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 14:59:06 +08:00
Update artifact-tests.yml
add some cats
This commit is contained in:
parent
39cdb45e15
commit
2e69cc8c9e
5
.github/workflows/artifact-tests.yml
vendored
5
.github/workflows/artifact-tests.yml
vendored
@ -78,7 +78,10 @@ jobs:
|
|||||||
- name: Add additional logging
|
- name: Add additional logging
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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()
|
- name: Verify downloadArtifact()
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user