We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9482807 commit 07e4293Copy full SHA for 07e4293
.github/actions/integration/clickhouse.sh
@@ -2,7 +2,7 @@
2
set -eo pipefail
3
4
# Debug log for test containers
5
-export DEBUG=testcontainers
+export DEBUG=testcontainers,testcontainers:containers
6
7
export TEST_CLICKHOUSE_VERSION=23.11
8
.github/workflows/drivers-tests.yml
@@ -331,6 +331,6 @@ jobs:
331
timeout_minutes: 20
332
command: |
333
cd ./packages/cubejs-testing-drivers
334
- export DEBUG=testcontainers
+ export DEBUG=testcontainers,testcontainers:containers
335
yarn ${{ matrix.database }}-full
336
0 commit comments