We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916c012 commit d66c798Copy full SHA for d66c798
1 file changed
.github/workflows/docker-deploy.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Run frontend tests
68
working-directory: frontend
69
- run: npm run test -- --watchAll=false
+ run: npm test
70
71
# ── Job 2: Build & Push Docker Image ─────────────────────────
72
build:
0 commit comments