fixing workflow

This commit is contained in:
rafaelsideguide 2024-04-18 17:32:28 -03:00
parent ca8c8b87dc
commit 4f1179db99
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
id: start_workers
- name: Run E2E tests
run: |
npx jest --openHandlesTimeout=60000 --watchAll=false -- src/__tests__/e2e/index.test.ts
npx jest --detectOpenHandles --forceExit --openHandlesTimeout=60000 --watchAll=false -- src/__tests__/e2e/index.test.ts
working-directory: ./apps/api
- name: Kill background processes
if: always()