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 b5aa80c commit 8d8dc33Copy full SHA for 8d8dc33
.github/workflows/push.yml
@@ -92,6 +92,9 @@ jobs:
92
run: yarn tsc
93
- name: Build client
94
run: yarn build
95
+ - name: Build cubejs-backend-native
96
+ run: yarn run native:build-debug-python
97
+ working-directory: ./packages/cubejs-backend-native
98
- name: Lerna test
99
run: yarn lerna run --concurrency 1 --stream --no-prefix unit
100
# - uses: codecov/codecov-action@v1
0 commit comments