fixing workflow
This commit is contained in:
parent
4f1179db99
commit
4018d7ca17
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user