chore: fix CI

This commit is contained in:
Ralph Khreish
2025-04-03 15:46:01 +02:00
parent 31f98c6521
commit 37278292bc

View File

@@ -33,12 +33,13 @@ jobs:
timeout-minutes: 2
- name: Run Tests
run: npm run test:coverage -- --coverageThreshold '{"global":{"branches":0,"functions":0,"lines":0,"statements":0}}'
run: |
npm run test:coverage -- --coverageThreshold '{"global":{"branches":0,"functions":0,"lines":0,"statements":0}}' --detectOpenHandles --forceExit --verbose
env:
NODE_ENV: test
CI: true
FORCE_COLOR: 1
timeout-minutes: 10
timeout-minutes: 15
- name: Upload Test Results
if: always()