We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023fee9 commit 14b1198Copy full SHA for 14b1198
.github/workflows/chdb-node-test.yml
@@ -23,5 +23,7 @@ jobs:
23
- uses: actions/setup-node@v3
24
with:
25
node-version: 16
26
+ - run: npm run libchdb
27
- run: npm install
28
+ - run: npm run build
29
- run: npm test
0 commit comments