1
0
Fork 0

Update artifact-tests.yml

add some logging
pull/1258/head
John Sudol 2022-12-09 16:21:30 -05:00 committed by GitHub
parent 7eacd46cff
commit 0e4c2ef668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,10 @@ jobs:
mkdir artifact-3-directory mkdir artifact-3-directory
node -e "Promise.resolve(require('./packages/artifact/lib/artifact-client').create().downloadArtifact('my-artifact-3','artifact-3-directory'))" node -e "Promise.resolve(require('./packages/artifact/lib/artifact-client').create().downloadArtifact('my-artifact-3','artifact-3-directory'))"
- name: Add additional logging
run: |
find . -type f
- name: Verify downloadArtifact() - name: Verify downloadArtifact()
shell: bash shell: bash
run: | run: |