adding all tests

This commit is contained in:
rafaelsideguide 2024-04-18 17:47:15 -03:00
parent 1c8ffc9faa
commit 7049780426
2 changed files with 2 additions and 2 deletions

View File

@ -54,5 +54,5 @@ jobs:
id: start_workers
- name: Run E2E tests
run: |
npx jest --detectOpenHandles --forceExit --openHandlesTimeout=60000 --watchAll=false -- src/__tests__/e2e/index.test.ts
npx jest --detectOpenHandles --forceExit --openHandlesTimeout=120000 --watchAll=false
working-directory: ./apps/api

View File

@ -54,7 +54,7 @@ jobs:
id: start_workers
- name: Run E2E tests
run: |
npx jest --detectOpenHandles --forceExit --openHandlesTimeout=60000 --watchAll=false -- src/__tests__/e2e/index.test.ts
npx jest --detectOpenHandles --forceExit --openHandlesTimeout=120000 --watchAll=false
working-directory: ./apps/api
deploy:
name: Deploy app