Skip to content

Commit bc89a1e

Browse files
committed
Add building addons to CI workflow
1 parent 01f3a65 commit bc89a1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
npm --version
3333
- name: Install dependencies
3434
run: npm ci
35+
- name: Build addons
36+
run: npm run build-addons
3537
- name: npm test
3638
if: matrix.node-version != '20.x'
3739
run: npm run node:test

0 commit comments

Comments
 (0)