mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-24 23:48:29 +02:00
Update tests
This commit is contained in:
parent
31a6534759
commit
8aba5a4ab2
1 changed files with 0 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -74,7 +74,6 @@ jobs:
|
|||
path: some/new/path
|
||||
|
||||
- name: Verify successful download - Windows
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
run: |
|
||||
$file = "some/new/path/world-A.txt"
|
||||
if(!(Test-Path -path $file))
|
||||
|
@ -94,7 +93,6 @@ jobs:
|
|||
path: some/other/path
|
||||
|
||||
- name: Verify successful download
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
run: |
|
||||
$file1 = "some/other/path/Artifact-A/world-A.txt"
|
||||
$file2 = "some/other/path/Artifact-B/world-B.txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue