Skip to content

Commit 63d46d5

Browse files
committed
Run tracing action regardless of test status
1 parent db952b3 commit 63d46d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python -m pytest --tracing=retain-on-failure
4444
- uses: actions/upload-artifact@v4
4545
name: Upload test results
46-
if: ${{ !cancelled() }}
46+
if: always()
4747
with:
4848
name: playwright-traces
4949
path: test-results/

0 commit comments

Comments
 (0)