Skip to content

Commit 07e4293

Browse files
committed
[WIP] ci: more logs from testcontainers
1 parent 9482807 commit 07e4293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/integration/clickhouse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eo pipefail
33

44
# Debug log for test containers
5-
export DEBUG=testcontainers
5+
export DEBUG=testcontainers,testcontainers:containers
66

77
export TEST_CLICKHOUSE_VERSION=23.11
88

.github/workflows/drivers-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,6 @@ jobs:
331331
timeout_minutes: 20
332332
command: |
333333
cd ./packages/cubejs-testing-drivers
334-
export DEBUG=testcontainers
334+
export DEBUG=testcontainers,testcontainers:containers
335335
yarn ${{ matrix.database }}-full
336336

0 commit comments

Comments
 (0)