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 3339829 commit 9913328Copy full SHA for 9913328
.github/workflows/canary.yml
@@ -149,6 +149,12 @@ jobs:
149
timeout-minutes: 7
150
run: yarn ${{ matrix.build-command }}
151
152
+ - name: Install Playwright
153
+ uses: ./.github/actions/install-playwright
154
+ with:
155
+ browsers: chromium
156
+ cwd: dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}
157
+
158
- name: Run E2E test
159
working-directory: dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}
160
timeout-minutes: 15
0 commit comments