Skip to content

Commit dddd59d

Browse files
KSDaemonwaralexrom
authored andcommitted
run tesseract postgres integration tests on push
1 parent ebb6712 commit dddd59d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/push.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,11 @@ 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+
node-version: 22.x
423+
use_tesseract_sql_planner: true
419424
fail-fast: false
420425

421426
steps:
@@ -481,6 +486,8 @@ jobs:
481486
(contains(env.CLOUD_DATABASES, matrix.db) && env.DRIVERS_TESTS_ATHENA_CUBEJS_AWS_KEY != '') ||
482487
(!contains(env.CLOUD_DATABASES, matrix.db))
483488
env:
489+
CUBEJS_TESSERACT_SQL_PLANNER: ${{ matrix.use_tesseract_sql_planner }}
490+
484491
# Firebolt Integration
485492
DRIVERS_TESTS_FIREBOLT_CUBEJS_FIREBOLT_ENGINE_NAME: ${{ secrets.DRIVERS_TESTS_FIREBOLT_CUBEJS_FIREBOLT_ENGINE_NAME }}
486493
DRIVERS_TESTS_FIREBOLT_CUBEJS_DB_NAME: ${{ secrets.DRIVERS_TESTS_FIREBOLT_CUBEJS_DB_NAME }}

0 commit comments

Comments
 (0)