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 58eb1d0 commit ba32560Copy full SHA for ba32560
.github/actions/integration/mongobi.sh
@@ -2,10 +2,10 @@
2
set -eo pipefail
3
4
# Debug log for test containers
5
-export DEBUG=testcontainers*
+export DEBUG=testcontainers
6
7
export TEST_MONGO_TAG=6.0
8
-export TEST_MONGOBI_VERSION=mongodb-bi-linux-x86_64-ubuntu2204-v2.14.21
+export TEST_MONGOBI_VERSION=mongodb-bi-linux-x86_64-ubuntu2004-v2.14.8
9
10
echo "::group::MongoBI"
11
yarn lerna run --concurrency 1 --stream --no-prefix integration:mongobi
packages/cubejs-mongobi-driver/test/Dockerfile
@@ -12,4 +12,4 @@ RUN apt update \
12
COPY config.yaml config.yaml
13
14
EXPOSE 3307
15
-CMD ["mongosqld", "--config=config.yaml"]
+CMD ["mongosqld", "--config=config.yaml"]
0 commit comments