Update tests

This commit is contained in:
Konrad Pabjan 2020-02-20 16:43:29 -05:00
parent 8aba5a4ab2
commit 6543ed44d3

View file

@ -70,6 +70,7 @@ jobs:
# Test downloading a single artifact
- name: Download artifact A
uses: ./
with:
name: 'Artifact-A'
path: some/new/path
@ -90,6 +91,7 @@ jobs:
# Test downloading both artifacts
- name: Download all Artifacts
uses: ./
with:
path: some/other/path
- name: Verify successful download