Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 085e756

Browse files
committed
fix
1 parent 671a74e commit 085e756

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-take-screenshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
- run: npm ci
2929
- run: npm test ${{ inputs.update-snapshots != 'false' && '-- --update-snapshots' || '' }}
3030
- run: ls -alR
31-
- if: ${{ !cancel() }}
31+
- if: ${{ !cancelled() }}
3232
uses: actions/upload-artifact@v4
3333
with:
3434
name: playwright-results
3535
path: |
3636
playwright-report
3737
test-results
38-
- if: ${{ !cancel() }}
38+
- if: ${{ !cancelled() }}
3939
uses: actions/upload-artifact@v4
4040
with:
4141
name: playwright-screenshots

0 commit comments

Comments
 (0)