Skip to content

Commit 72c0b87

Browse files
committed
Update smoke-tests.yml
1 parent 76518b3 commit 72c0b87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/smoke-tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ jobs:
1111
smoke-tests:
1212
runs-on:
1313
image: node:23.3.0-alpine3.21
14+
1415
env:
1516
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1617
steps:
1718
- uses: actions/checkout@v4
1819

20+
- name: Install build dependencies
21+
run: apk add --no-cache python3 make g++ gcc libc-dev sqlite-dev
22+
1923
- name: Cache pnpm
2024
uses: actions/cache@v4
2125
with:

0 commit comments

Comments
 (0)