mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-21 16:10:17 +00:00
Update test.yml
This commit is contained in:
parent
a6a7c5f5ce
commit
b8db3765b9
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user