diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2453d245..a9445a6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: test -a --sourceroot mongodb --groups mongodb env: # Following credentials are only used during testing in docker container + JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true MONGODB_HOST: mongodb MONGODB_USER: admin MONGODB_PASSWORD: admin @@ -41,6 +42,7 @@ jobs: test -a --groups mongodb-ssl env: # Following credentials are only used during testing in docker container + JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true WORKING_DIR: ./mongodb MONGODB_HOST: mongodb-ssl MONGODB_USER: C=US,ST=CA,L=San Francisco,O=Jaspersoft,OU=JSDev,CN=admin diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5462ca6f..01dc861f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,7 @@ jobs: test -a --sourceroot mongodb --groups mongodb env: # Following credentials are only used during testing in docker container + JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true MONGODB_HOST: mongodb MONGODB_USER: admin MONGODB_PASSWORD: admin @@ -44,6 +45,7 @@ jobs: test -a --groups mongodb-ssl env: # Following credentials are only used during testing in docker container + JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true WORKING_DIR: ./mongodb MONGODB_HOST: mongodb-ssl MONGODB_USER: C=US,ST=CA,L=San Francisco,O=Jaspersoft,OU=JSDev,CN=admin diff --git a/mongodb/src/mongodb/tests/Ballerina.md b/mongodb/src/mongodb/tests/Ballerina.md index 27d16d12..a4225c0f 100644 --- a/mongodb/src/mongodb/tests/Ballerina.md +++ b/mongodb/src/mongodb/tests/Ballerina.md @@ -23,7 +23,7 @@ The MongoDB functionality are tested with the docker base test framework. The te * On installing docker on Windows, see [Get started with Docker for Windows](https://docs.docker.com/docker-for-windows/) -2. Export following options to build module under `ballerinax` organisation. +2. Export following options to build module under `ballerina` organisation. export JAVA_OPTS="-DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true"