We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a3c5d commit 35a64c2Copy full SHA for 35a64c2
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
run: npm run build
40
41
- name: Unit tests
42
- run: npm run test
+ run: npm run test -- --passWithNoTests
43
44
# ─────────────────────────────────────────────
45
# FRONTEND — Next.js
0 commit comments