fixing workflow

This commit is contained in:
rafaelsideguide 2024-04-18 17:35:00 -03:00
parent 4f1179db99
commit 4018d7ca17
1 changed files with 0 additions and 5 deletions

View File

@ -56,8 +56,3 @@ jobs:
run: |
npx jest --detectOpenHandles --forceExit --openHandlesTimeout=60000 --watchAll=false -- src/__tests__/e2e/index.test.ts
working-directory: ./apps/api
- name: Kill background processes
if: always()
run: |
kill $(jobs -p)
working-directory: ./apps/api