Skip to content

Commit 04af4bb

Browse files
committed
ci: also test nightwatch
1 parent f1b6684 commit 04af4bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
needs: build
9090
strategy:
9191
matrix:
92-
e2e-framework: ['cypress', 'playwright']
92+
e2e-framework: ['cypress', 'playwright', 'nightwatch']
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') }}
172+
if: ${{ contains(matrix.e2e-framework, 'cypress') || contains(matrix.e2e-framework, 'nightwatch') }}
173173
run: pnpm --filter '*cypress*' --filter '!*vitest*' --workspace-concurrency 1 test:unit
174174

175175
# FIXME: `--with-tests` folders. It's failing now.

0 commit comments

Comments
 (0)