Skip to content

Commit 9612826

Browse files
committed
turn on debug
1 parent 6b30dce commit 9612826

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/drivers-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,8 @@ jobs:
353353
timeout_minutes: 20
354354
command: |
355355
cd ./packages/cubejs-testing-drivers
356-
export DEBUG=testcontainers
356+
export DEBUG=testcontainers*
357+
export DEBUG_LOG=true
358+
export CUBEJS_LOG_LEVEL=trace
357359
yarn ${{ matrix.database }}-full
358360

0 commit comments

Comments
 (0)