diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97f521a7..b6001bca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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()