We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626c844 commit e465063Copy full SHA for e465063
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ on:
10
11
jobs:
12
lint:
13
+ timeout-minutes: 10
14
name: lint
15
runs-on: ubuntu-latest
16
steps:
@@ -27,6 +28,7 @@ jobs:
27
28
run: ./scripts/lint
29
30
build:
31
+ timeout-minutes: 5
32
name: build
33
34
permissions:
@@ -61,6 +63,7 @@ jobs:
61
63
SHA: ${{ github.sha }}
62
64
run: ./scripts/utils/upload-artifact.sh
65
test:
66
67
name: test
68
69
@@ -78,6 +81,7 @@ jobs:
78
81
run: ./scripts/test
79
82
80
83
examples:
84
85
name: examples
86
87
if: github.repository == 'openai/openai-node'
0 commit comments