Skip to content

Commit e0d2670

Browse files
VIA-598 Fix path of e2e playright report
1 parent d1ed5a1 commit e0d2670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/run-e2e-tests/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
required: true
1010
cross_browser:
1111
description: "Run E2E with playwright config with all devices"
12-
required: false
12+
required: true
1313

1414
runs:
1515
using: "composite"
@@ -84,5 +84,5 @@ runs:
8484
if: ${{ !cancelled() }}
8585
with:
8686
name: playwright-report-e2e-${{ inputs.checkout_ref }}
87-
path: playwright-report/
87+
path: "./code-for-e2e-tests/playwright-report/"
8888
retention-days: 30

0 commit comments

Comments
 (0)