Skip to content

Commit 6f6ff61

Browse files
author
Kelly Selden
committed
move timeout-minutes
1 parent 69ae49e commit 6f6ff61

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
- run: npm run lint
2222

2323
test:
24-
timeout-minutes: 10
25-
2624
strategy:
2725
matrix:
2826
os:
@@ -55,6 +53,7 @@ jobs:
5553

5654
- run: npm ci
5755
- run: npm run ${{ matrix.test-command }} -- --retries 1
56+
timeout-minutes: 10
5857
env:
5958
NODE_LTS: ${{ matrix.node == 8 }}
6059

0 commit comments

Comments
 (0)