Skip to content

Commit

Permalink
hotfix CI/CD: force exit after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario-Mazzara authored Feb 9, 2025
1 parent 0993aec commit 8bec4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
echo "JWT_SECRET=$(openssl rand -base64 32)" >> .env
- run: npm ci
- run: node ace generate:key
- run: node ace test
- run: node ace test --force-exit

0 comments on commit 8bec4a3

Please sign in to comment.