Skip to content

Commit 19cd2e6

Browse files
committed
run tesseract postgres integration tests on push
1 parent e8aa9da commit 19cd2e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/push.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,10 @@ jobs:
416416
'clickhouse', 'druid', 'elasticsearch', 'mssql', 'mysql', 'postgres', 'prestodb',
417417
'mysql-aurora-serverless', 'crate', 'mongobi', 'firebolt', 'dremio', 'vertica'
418418
]
419+
use_tesseract_sql_planner: [ false ]
420+
include:
421+
- db: postgres
422+
use_tesseract_sql_planner: true
419423
fail-fast: false
420424

421425
steps:
@@ -481,6 +485,8 @@ jobs:
481485
(contains(env.CLOUD_DATABASES, matrix.db) && env.DRIVERS_TESTS_ATHENA_CUBEJS_AWS_KEY != '') ||
482486
(!contains(env.CLOUD_DATABASES, matrix.db))
483487
env:
488+
CUBEJS_TESSERACT_SQL_PLANNER: ${{ matrix.use_tesseract_sql_planner }}
489+
484490
# Firebolt Integration
485491
DRIVERS_TESTS_FIREBOLT_CUBEJS_FIREBOLT_ENGINE_NAME: ${{ secrets.DRIVERS_TESTS_FIREBOLT_CUBEJS_FIREBOLT_ENGINE_NAME }}
486492
DRIVERS_TESTS_FIREBOLT_CUBEJS_DB_NAME: ${{ secrets.DRIVERS_TESTS_FIREBOLT_CUBEJS_DB_NAME }}

0 commit comments

Comments
 (0)