Upload artifacts except when job is cancelled

This commit is contained in:
Arnaud 2024-11-20 14:17:52 +01:00
parent 6abbb53213
commit d22f331fa9
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -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/