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 1e3eedd commit 7ef4f77Copy full SHA for 7ef4f77
.github/workflows/ci.yml
@@ -170,14 +170,14 @@ jobs:
170
171
- name: Download Cypress
172
if: ${{ contains(matrix.e2e-framework, 'cypress') }}
173
- working-directory: ./playground
+ working-directory: ./playground/cypress
174
run: |
175
pnpm exec cypress cache list
176
pnpm exec cypress install
177
178
- if: ${{ contains(matrix.e2e-framework, 'playwright') }}
179
name: Install Playwright dependencies
180
+ working-directory: ./playground/playwright
181
run: npx playwright install --with-deps
182
183
# Run `test:e2e` in project folders contain `matrix.e2e-framework`
0 commit comments