mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 17:08:28 +02:00
fix: wait timeout implementation
This commit is contained in:
parent
7825bea020
commit
6e62761105
3 changed files with 19 additions and 22 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -223,7 +223,7 @@ jobs:
|
|||
{
|
||||
Write-Error "Expected files do not exist"
|
||||
}
|
||||
if(!(Get-Content $fileA) -ceq "Lorem ipsum dolor sit amet"))
|
||||
if(!(Get-Content $fileA) -ceq "Lorem ipsum dolor sit amet")
|
||||
{
|
||||
Write-Error "File contents of downloaded artifacts are incorrect"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue