Skip to content

Commit 9c9d026

Browse files
committed
update gh workflows
1 parent 7100fe7 commit 9c9d026

File tree

3 files changed

+6
-56692
lines changed

3 files changed

+6
-56692
lines changed

.github/workflows/integrationTests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
jobs:
1111
integration-tests:
1212
runs-on: ubuntu-latest
13-
env:
14-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
13+
container:
14+
image: node:23-bullseye
1515
steps:
1616
- uses: actions/checkout@v4
1717

.github/workflows/smoke-tests.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: smoke-test
2+
23
on:
34
push:
45
branches:
@@ -11,9 +12,7 @@ jobs:
1112
smoke-tests:
1213
runs-on: ubuntu-latest
1314
container:
14-
image: node:23-bullseye
15-
env:
16-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
15+
image: node:23.3-bullseye
1716
steps:
1817
- uses: actions/checkout@v4
1918

@@ -32,4 +31,6 @@ jobs:
3231
version: 9.15.0
3332

3433
- name: Run smoke tests
34+
env:
35+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
3536
run: pnpm run smokeTests

0 commit comments

Comments
 (0)