Skip to content

Commit

Permalink
chore: ok done
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Apr 11, 2023
1 parent 165b153 commit 291921c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -119,13 +119,13 @@ jobs:
node-version: lts/*
- run: npm ci
- name: test:e2e
# run: npm run test:e2e
run: npm run test:e2e -- --openHandlesTimeout=60000
timeout-minutes: 2
- name: Find open handles
if: failure()
run: |
npm run test:e2e -- --detectOpenHandles --forceExit
run: npm run test:e2e -- --forceExit
# run: npm run test:e2e -- --openHandlesTimeout=60000
# timeout-minutes: 2
# - name: Find open handles
# if: failure()
# run: |
# npm run test:e2e -- --detectOpenHandles --forceExit
#env:
# DEBUG: ioredis:*

Expand Down

0 comments on commit 291921c

Please sign in to comment.