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