Skip to content

Commit 73b3f99

Browse files
committed
wip: enable debug
1 parent d84792b commit 73b3f99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/drivers-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ jobs:
360360
(contains(env.CLOUD_DATABASES, matrix.database) && env.DRIVERS_TESTS_ATHENA_CUBEJS_AWS_KEY != '') ||
361361
(!contains(env.CLOUD_DATABASES, matrix.database))
362362
env:
363+
PGDEBUG: 1
364+
NODE_DEBUG: net
363365
DRIVERS_TESTS_CUBEJS_TRANSPILATION_WORKER_THREADS: true
364366
DRIVERS_TESTS_CUBEJS_TRANSPILATION_NATIVE: false
365367
DRIVERS_TESTS_CUBEJS_TESSERACT_SQL_PLANNER: ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.use_tesseract_sql_planner) || matrix.use_tesseract_sql_planner }}

0 commit comments

Comments
 (0)