mirror of
https://gitea.com/actions/download-artifact.git
synced 2026-03-31 19:03:41 +07:00
Update test.yml workflow
This commit is contained in:
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@@ -128,3 +128,15 @@ jobs:
|
||||
Write-Error "File contents of downloaded artifacts are incorrect"
|
||||
}
|
||||
shell: pwsh
|
||||
|
||||
- name: Download non-existent Artifact
|
||||
id: not-existent-artifact
|
||||
uses: ./
|
||||
with:
|
||||
name: Artifact-C-${{ matrix.runs-on }}
|
||||
allow-not-found: true
|
||||
|
||||
- name: Verify empty download-path output
|
||||
if: ${{ steps.not-existent-artifact.outputs.download-path != '' }}
|
||||
run: |
|
||||
Write-Error "Expected download-path output is not empty"
|
||||
|
||||
Reference in New Issue
Block a user