File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 5151 verification-script :
5252 - pnpm --filter '!*typescript*' build
5353 - pnpm --filter '*typescript*' build
54+ # bare templates only contain vitest configurations, but do not include unit test files
5455 - pnpm --filter '*vitest*' --filter '!*bare*' test:unit
5556 - pnpm --filter '*eslint*' lint --no-fix --max-warnings=0
5657 - pnpm --filter '*prettier*' format --write --check
@@ -167,10 +168,12 @@ jobs:
167168
168169 - name : Run e2e test script
169170 working-directory : ./playground
171+ # bare templates can't pass e2e tests because their page structures don't match the example tests
170172 run : pnpm --filter '*${{ matrix.e2e-framework }}*' --filter '!*bare*' --workspace-concurrency 1 test:e2e
171173
172174 - name : Cypress component testing for projects without Vitest
173175 if : ${{ contains(matrix.e2e-framework, 'cypress') }}
176+ # bare templates only contain test configurations, but do not include component test files
174177 run : pnpm --filter '*cypress*' --filter '!*vitest*' --filter '!*bare*' --workspace-concurrency 1 test:unit
175178
176179 # FIXME: `--with-tests` folders. It's failing now.
You can’t perform that action at this time.
0 commit comments