Skip to content

Commit 0f676c2

Browse files
fix: ensure Playwright report upload runs regardless of test outcome
1 parent 02dbe13 commit 0f676c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e-corn.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
npx playwright test || echo "Tests failed" > test-failure.log
3333
3434
- name: Upload Playwright Report
35+
if: always()
3536
uses: actions/upload-artifact@v4
3637
with:
3738
name: reports

0 commit comments

Comments
 (0)