Skip to content

Commit cb6782a

Browse files
committed
Set CUBEJS_TESSERACT_ORCHESTRATOR: true for all tests workflows
1 parent 1c3b17f commit cb6782a

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

.github/workflows/cloud.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ on:
2525
- 'package.json'
2626
- 'yarn.lock'
2727

28+
env:
29+
CUBEJS_TESSERACT_ORCHESTRATOR: true
30+
2831
jobs:
2932
latest-tag-sha:
3033
runs-on: ubuntu-20.04

.github/workflows/drivers-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ on:
5656
- 'packages/cubejs-backend-native/**'
5757
- 'rust/cubesql/**'
5858

59+
env:
60+
CUBEJS_TESSERACT_ORCHESTRATOR: true
61+
5962
jobs:
6063
latest-tag-sha:
6164
runs-on: ubuntu-20.04

.github/workflows/master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on:
1616
- 'rust/cubesql/**'
1717
branches:
1818
- master
19+
env:
20+
CUBEJS_TESSERACT_ORCHESTRATOR: true
1921
jobs:
2022
latest-tag-sha:
2123
runs-on: ubuntu-20.04

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ on:
3939
- 'rollup.config.js'
4040
- 'yarn.lock'
4141

42+
env:
43+
CUBEJS_TESSERACT_ORCHESTRATOR: true
44+
4245
jobs:
4346
unit:
4447
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)