Skip to content

Commit a51dffb

Browse files
committed
ci(test): detect open handles
1 parent 5a10e0b commit a51dffb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ jobs:
6262
- name: Install
6363
run: yarn install --immutable
6464
- name: Test
65-
run: yarn test --forceExit
65+
timeout-minutes: 1
66+
run: yarn test --detectOpenHandles

0 commit comments

Comments
 (0)