Skip to content

Commit 14b1198

Browse files
committed
Fix workflow
1 parent 023fee9 commit 14b1198

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/chdb-node-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ jobs:
2323
- uses: actions/setup-node@v3
2424
with:
2525
node-version: 16
26+
- run: npm run libchdb
2627
- run: npm install
28+
- run: npm run build
2729
- run: npm test

0 commit comments

Comments
 (0)