Skip to content

Commit 7ef4f77

Browse files
committed
ci: invoke cypress/playwright commands in their own project directories
1 parent 1e3eedd commit 7ef4f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,14 @@ jobs:
170170

171171
- name: Download Cypress
172172
if: ${{ contains(matrix.e2e-framework, 'cypress') }}
173-
working-directory: ./playground
173+
working-directory: ./playground/cypress
174174
run: |
175175
pnpm exec cypress cache list
176176
pnpm exec cypress install
177177
178178
- if: ${{ contains(matrix.e2e-framework, 'playwright') }}
179179
name: Install Playwright dependencies
180-
working-directory: ./playground
180+
working-directory: ./playground/playwright
181181
run: npx playwright install --with-deps
182182

183183
# Run `test:e2e` in project folders contain `matrix.e2e-framework`

0 commit comments

Comments
 (0)