mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-23 15:08:29 +02:00
Update test.yml
This commit is contained in:
parent
a6a7c5f5ce
commit
b8db3765b9
1 changed files with 9 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue