File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8989 needs : build
9090 strategy :
9191 matrix :
92- e2e-framework : ['cypress', 'playwright', 'nightwatch' ]
92+ e2e-framework : ['cypress', 'playwright']
9393 node-version : [22]
9494 os : [ubuntu-latest, windows-latest, macos-latest]
9595 runs-on : ${{ matrix.os }}
@@ -169,7 +169,7 @@ jobs:
169169 run : pnpm --filter "*${{ matrix.e2e-framework }}*" --workspace-concurrency 1 test:e2e
170170
171171 - name : Cypress component testing for projects without Vitest
172- if : ${{ contains(matrix.e2e-framework, 'cypress') || contains(matrix.e2e-framework, 'nightwatch') }}
172+ if : ${{ contains(matrix.e2e-framework, 'cypress') }}
173173 run : pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit
174174
175175 # FIXME: `--with-tests` folders. It's failing now.
You can’t perform that action at this time.
0 commit comments