fixing workflow
This commit is contained in:
parent
4f1179db99
commit
4018d7ca17
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -55,9 +55,4 @@ jobs:
|
|||||||
- name: Run E2E tests
|
- name: Run E2E tests
|
||||||
run: |
|
run: |
|
||||||
npx jest --detectOpenHandles --forceExit --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()
|
|
||||||
run: |
|
|
||||||
kill $(jobs -p)
|
|
||||||
working-directory: ./apps/api
|
working-directory: ./apps/api
|
Loading…
Reference in New Issue
Block a user