Skip to content

Commit b1eb88d

Browse files
committed
add Build native for unit tests in CI
1 parent 02b037a commit b1eb88d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
command: yarn install --frozen-lockfile
9191
- name: Lerna tsc
9292
run: yarn tsc
93+
- name: Build native (no python)
94+
run: cd packages/cubejs-backend-native && npm run native:build-release
9395
- name: Build client
9496
run: yarn build
9597
- name: Lerna test

0 commit comments

Comments
 (0)