Skip to content

Commit ebe5dc6

Browse files
committed
tune Push CI to test with CUBEJS_WORKER_THREADS_TRANSPILATION=true
1 parent 4656b7a commit ebe5dc6

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
@@ -54,8 +54,11 @@ jobs:
5454
# Current docker version + next LTS
5555
node-version: [20.x, 22.x]
5656
python-version: [3.11]
57+
transpile-worker-threads: [false, true]
5758
fail-fast: false
5859

60+
env:
61+
CUBEJS_WORKER_THREADS_TRANSPILATION: ${{ matrix.transpile-worker-threads }}
5962
steps:
6063
- id: get-tag-out
6164
run: echo "$OUT"

0 commit comments

Comments
 (0)