File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -170,15 +170,15 @@ jobs:
170
170
171
171
- name : Download Cypress
172
172
if : ${{ contains(matrix.e2e-framework, 'cypress') }}
173
- working-directory : ./playground/cypress
173
+ working-directory : ./playground
174
174
run : |
175
- pnpm exec cypress cache list
176
- pnpm exec cypress install
175
+ pnpm --filter "{cypress}" exec cypress cache list
176
+ pnpm --filter "{cypress}" exec cypress install
177
177
178
178
- if : ${{ contains(matrix.e2e-framework, 'playwright') }}
179
179
name : Install Playwright dependencies
180
- working-directory : ./playground/playwright
181
- run : npx playwright install --with-deps
180
+ working-directory : ./playground
181
+ run : pnpm --filter "{playwright}" exec playwright install --with-deps
182
182
183
183
# Run `test:e2e` in project folders contain `matrix.e2e-framework`
184
184
- name : Run e2e test script
You can’t perform that action at this time.
0 commit comments