mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-09 18:31:20 +00:00
Actually fix tests
This commit is contained in:
parent
4de13a2b12
commit
cfc46d10b1
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -157,8 +157,8 @@ jobs:
|
|||||||
|
|
||||||
- name: 'Verify Artifact #4'
|
- name: 'Verify Artifact #4'
|
||||||
run: |
|
run: |
|
||||||
$file1 = "multi/artifact/path/to/dir-1/file1.txt"
|
$file1 = "multi/artifact/dir-1/file1.txt"
|
||||||
$file2 = "multi/artifact/path/to/dir-2/file2.txt"
|
$file2 = "multi/artifact/dir-2/file2.txt"
|
||||||
if(!(Test-Path -path $file1) -or !(Test-Path -path $file2))
|
if(!(Test-Path -path $file1) -or !(Test-Path -path $file2))
|
||||||
{
|
{
|
||||||
Write-Error "Expected files do not exist"
|
Write-Error "Expected files do not exist"
|
||||||
|
Loading…
Reference in New Issue
Block a user