Skip to content

Commit 950f775

Browse files
report should be created when there is an error
1 parent 5574ff6 commit 950f775

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-main-workflow.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
run: |
2828
cd autotests
2929
xvfb-run --auto-servernum --server-args="-screen 0 1024x768x24" npm test --reporter=html
30+
continue-on-error: true
3031
- name: Upload Playwright report
32+
if: always()
3133
uses: actions/upload-artifact@v3
3234
with:
3335
name: playwright-report

0 commit comments

Comments
 (0)