mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 08:58:28 +02:00
Update tests
This commit is contained in:
parent
8aba5a4ab2
commit
6543ed44d3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -70,6 +70,7 @@ jobs:
|
||||||
# Test downloading a single artifact
|
# Test downloading a single artifact
|
||||||
- name: Download artifact A
|
- name: Download artifact A
|
||||||
uses: ./
|
uses: ./
|
||||||
|
with:
|
||||||
name: 'Artifact-A'
|
name: 'Artifact-A'
|
||||||
path: some/new/path
|
path: some/new/path
|
||||||
|
|
||||||
|
@ -90,6 +91,7 @@ jobs:
|
||||||
# Test downloading both artifacts
|
# Test downloading both artifacts
|
||||||
- name: Download all Artifacts
|
- name: Download all Artifacts
|
||||||
uses: ./
|
uses: ./
|
||||||
|
with:
|
||||||
path: some/other/path
|
path: some/other/path
|
||||||
|
|
||||||
- name: Verify successful download
|
- name: Verify successful download
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue