Skip to content

Commit 2252938

Browse files
committed
add Build native for unit tests in CI for Debian without pushing
1 parent c41ad01 commit 2252938

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
@@ -594,6 +594,8 @@ jobs:
594594
retry_wait_seconds: 15
595595
timeout_minutes: 20
596596
command: yarn install --frozen-lockfile
597+
- name: Build native (no python)
598+
run: cd packages/cubejs-backend-native && npm run native:build-release
597599
- name: Build client
598600
run: yarn build
599601
- name: Lerna tsc

0 commit comments

Comments
 (0)