Skip to content

Commit ba32560

Browse files
committed
revert mongobi
1 parent 58eb1d0 commit ba32560

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/integration/mongobi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
set -eo pipefail
33

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

77
export TEST_MONGO_TAG=6.0
8-
export TEST_MONGOBI_VERSION=mongodb-bi-linux-x86_64-ubuntu2204-v2.14.21
8+
export TEST_MONGOBI_VERSION=mongodb-bi-linux-x86_64-ubuntu2004-v2.14.8
99

1010
echo "::group::MongoBI"
1111
yarn lerna run --concurrency 1 --stream --no-prefix integration:mongobi

packages/cubejs-mongobi-driver/test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ RUN apt update \
1212
COPY config.yaml config.yaml
1313

1414
EXPOSE 3307
15-
CMD ["mongosqld", "--config=config.yaml"]
15+
CMD ["mongosqld", "--config=config.yaml"]

0 commit comments

Comments
 (0)