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 db07bd2 commit 98a9a26Copy full SHA for 98a9a26
.github/workflows/ci.yml
@@ -160,10 +160,13 @@ jobs:
160
working-directory: ./playground/playwright
161
run: pnpm exec playwright install --with-deps
162
163
- # Run `test:e2e` in project folders contain `matrix.e2e-framework`
+ - name: Run build script
164
+ working-directory: ./playground
165
+ run: pnpm --filter "*${{ matrix.e2e-framework }}*" build
166
+
167
- name: Run e2e test script
168
working-directory: ./playground
- run: pnpm --filter "{*${{ matrix.e2e-framework }}*}" test:e2e
169
+ run: pnpm --filter "*${{ matrix.e2e-framework }}*" test:e2e
170
171
# FIXME: `--with-tests` folders
172
# FIXME: Cypress component testing for projects without Vitest
0 commit comments