Update test.yml

This commit is contained in:
Austin Sasko 2022-03-18 16:30:32 -04:00 committed by GitHub
parent a6a7c5f5ce
commit b8db3765b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,6 +81,8 @@ jobs:
uses: ./
with:
path: some/other/path
- run: ls -la .
- name: Verify successful download
run: |
@ -96,6 +98,8 @@ jobs:
}
shell: pwsh
# Test downloading both artifacts at once
- name: Download all Artifacts and not ungzipping
uses: ./
@ -103,6 +107,9 @@ jobs:
path: some/other/pathgz
extract: False
- run: ls -la .
- name: Verify successful download
run: |
$fileA = "some/other/pathgz/Artifact-A.gz"
@ -134,6 +141,8 @@ jobs:
path: ~/some/path/with/a/tildegz
extract: False
- run: ls -la .
- name: Verify successful download
run: |
$file1 = "some/new/pathgz/file-A.gz"