Skip to content

Commit 35a64c2

Browse files
committed
fix: pass --passWithNoTests to backend jest to handle no spec files
1 parent c7a3c5d commit 35a64c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: npm run build
4040

4141
- name: Unit tests
42-
run: npm run test
42+
run: npm run test -- --passWithNoTests
4343

4444
# ─────────────────────────────────────────────
4545
# FRONTEND — Next.js

0 commit comments

Comments
 (0)