Skip to content

Commit cf28dd2

Browse files
committed
add building backend-native for running unit tests
1 parent 5902099 commit cf28dd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ jobs:
9292
run: yarn tsc
9393
- name: Build client
9494
run: yarn build
95+
- name: Build cubejs-backend-native
96+
run: yarn run native:build-debug-python
97+
working-directory: ./packages/cubejs-backend-native
9598
- name: Lerna test
9699
run: yarn lerna run --concurrency 1 --stream --no-prefix unit
97100
# - uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)