mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-04-20 18:03:27 +00:00
Upload artifacts except when job is cancelled
This commit is contained in:
parent
6abbb53213
commit
d22f331fa9
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -119,7 +119,7 @@ jobs:
|
||||
run: npm run test
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
# if: ${{ !cancelled() }}
|
||||
if: ${{ !cancelled() }}
|
||||
with:
|
||||
name: playwright-report
|
||||
path: playwright-report/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user