We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a10e0b commit a51dffbCopy full SHA for a51dffb
.github/workflows/continuous-integration.yml
@@ -62,4 +62,5 @@ jobs:
62
- name: Install
63
run: yarn install --immutable
64
- name: Test
65
- run: yarn test --forceExit
+ timeout-minutes: 1
66
+ run: yarn test --detectOpenHandles
0 commit comments