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 22001b4 commit 3a02608Copy full SHA for 3a02608
.github/workflows/ci.yml
@@ -14,6 +14,7 @@ on:
14
15
jobs:
16
pnpmstore:
17
+ timeout-minutes: 5
18
runs-on: ${{ matrix.os }}
19
20
strategy:
@@ -64,7 +65,7 @@ jobs:
64
65
66
lint:
67
needs: pnpmstore
-
68
69
70
71
matrix:
@@ -99,7 +100,7 @@ jobs:
99
100
101
audit:
102
103
104
105
106
@@ -130,7 +131,7 @@ jobs:
130
131
132
test:
133
134
+ timeout-minutes: 10
135
136
137
fail-fast: false
@@ -192,6 +193,7 @@ jobs:
192
193
194
build:
195
196
197
198
199
0 commit comments