Skip to content

Commit d66c798

Browse files
committed
fix(ci): remove --watchAll flag (Vitest, not Jest)
1 parent 916c012 commit d66c798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Run frontend tests
6868
working-directory: frontend
69-
run: npm run test -- --watchAll=false
69+
run: npm test
7070

7171
# ── Job 2: Build & Push Docker Image ─────────────────────────
7272
build:

0 commit comments

Comments
 (0)