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 b5881cd commit a8da7fcCopy full SHA for a8da7fc
.github/workflows/push.yml
@@ -57,10 +57,15 @@ jobs:
57
node-version: [20.x, 22.x]
58
python-version: [3.11]
59
transpile-worker-threads: [false, true]
60
+ transpile-native: [false, true]
61
+ exclude:
62
+ - transpile-worker-threads: true
63
+ transpile-native: true
64
fail-fast: false
65
66
env:
67
CUBEJS_TRANSPILATION_WORKER_THREADS: ${{ matrix.transpile-worker-threads }}
68
+ CUBEJS_TRANSPILATION_NATIVE: ${{ matrix.transpile-native }}
69
steps:
70
- id: get-tag-out
71
run: echo "$OUT"
0 commit comments