Skip to content

Commit 9451b98

Browse files
committed
try to pass the 5000ms test in CI
1 parent 4468218 commit 9451b98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
python-version: [3.11]
6666
fail-fast: false
6767

68+
env:
69+
# For CI tests this is the best option
70+
CUBEJS_TRANSPILATION_WORKER_THREADS_COUNT: 1
71+
6872
steps:
6973
- id: get-tag-out
7074
run: echo "$OUT"

0 commit comments

Comments
 (0)