Skip to content

Commit 65d00b9

Browse files
adjust file path and error setting
1 parent 950f775 commit 65d00b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +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
3130
- name: Upload Playwright report
3231
if: always()
3332
uses: actions/upload-artifact@v3
3433
with:
3534
name: playwright-report
36-
path: playwright-report/
35+
path: autotests/playwright-report/

0 commit comments

Comments
 (0)