Commit 4d6ac64 1 parent 5f50637 commit 4d6ac64 Copy full SHA for 4d6ac64
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
integration-tests :
12
12
runs-on : ubuntu-latest
13
- env :
14
- OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
13
+ container :
14
+ image : node:23-bullseye
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
Original file line number Diff line number Diff line change 1
1
name : smoke-test
2
+
2
3
on :
3
4
push :
4
5
branches :
12
13
runs-on : ubuntu-latest
13
14
container :
14
15
image : node:23.3-bullseye
15
- env :
16
- OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
17
16
steps :
18
17
- uses : actions/checkout@v4
18
+
19
19
- name : Cache pnpm
20
20
uses : actions/cache@v4
21
21
with :
31
31
version : 9.15.0
32
32
33
33
- name : Run smoke tests
34
+ env :
35
+ OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
34
36
run : pnpm run smokeTests
You can’t perform that action at this time.
0 commit comments