diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eafdf6f..d039085 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,9 +55,4 @@ jobs: - name: Run E2E tests 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 \ No newline at end of file