We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ed5a1 commit e0d2670Copy full SHA for e0d2670
.github/actions/run-e2e-tests/action.yaml
@@ -9,7 +9,7 @@ inputs:
9
required: true
10
cross_browser:
11
description: "Run E2E with playwright config with all devices"
12
- required: false
+ required: true
13
14
runs:
15
using: "composite"
@@ -84,5 +84,5 @@ runs:
84
if: ${{ !cancelled() }}
85
with:
86
name: playwright-report-e2e-${{ inputs.checkout_ref }}
87
- path: playwright-report/
+ path: "./code-for-e2e-tests/playwright-report/"
88
retention-days: 30
0 commit comments