Skip to content

Commit 74821e3

Browse files
committed
fix mongodb-bi version
1 parent b551f90 commit 74821e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/integration/mongobi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eo pipefail
55
export DEBUG=testcontainers
66

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

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

0 commit comments

Comments
 (0)