Skip to content

Commit 97a3d8d

Browse files
Update action node.js.yml
1 parent 88b1593 commit 97a3d8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29+
- run: git clone https://github.com/crossdb-org/crossdb.git
30+
- run: cd crossdb
31+
- run: make build
32+
- run: make install
2933
- run: npm ci
3034
- run: npm run build --if-present
3135
- run: npm test

0 commit comments

Comments
 (0)