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 89
89
needs : build
90
90
strategy :
91
91
matrix :
92
- e2e-framework : ['cypress', 'playwright']
92
+ e2e-framework : ['cypress', 'playwright', 'nightwatch' ]
93
93
node-version : [22]
94
94
os : [ubuntu-latest, windows-latest, macos-latest]
95
95
runs-on : ${{ matrix.os }}
@@ -169,7 +169,7 @@ jobs:
169
169
run : pnpm --filter "*${{ matrix.e2e-framework }}*" --workspace-concurrency 1 test:e2e
170
170
171
171
- name : Cypress component testing for projects without Vitest
172
- if : ${{ contains(matrix.e2e-framework, 'cypress') }}
172
+ if : ${{ contains(matrix.e2e-framework, 'cypress') || contains(matrix.e2e-framework, 'nightwatch') }}
173
173
run : pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit
174
174
175
175
# FIXME: `--with-tests` folders. It's failing now.
You can’t perform that action at this time.
0 commit comments