diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index e14016ef0..6924b1c5e 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -95,7 +95,8 @@ jobs: - '15005:8123' oracle-integr: image: 'gvenzl/oracle-xe:21-slim' - 'env:ORACLE_PASSWORD': Pwd2020Db + env: + ORACLE_PASSWORD: Pwd2020Db ports: - '15006:1521' postgres-cypress: diff --git a/e2e-tests/env/browse-data/.env b/e2e-tests/env/browse-data/.env index 2954399d6..0dbbcb066 100644 --- a/e2e-tests/env/browse-data/.env +++ b/e2e-tests/env/browse-data/.env @@ -1,4 +1,4 @@ -CONNECTIONS=mysql,postgres +CONNECTIONS=mysql,postgres,mongo,redis LABEL_mysql=MySql-connection SERVER_mysql=localhost @@ -15,3 +15,15 @@ PASSWORD_postgres=Pwd2020Db PORT_postgres=16000 ENGINE_postgres=postgres@dbgate-plugin-postgres DBCONFIG_postgres=[{"name":"PgChinook","connectionColor":"red"}] + +LABEL_mongo=Mongo-connection +SERVER_mongo=localhost +USER_mongo=root +PASSWORD_mongo=Pwd2020Db +PORT_mongo=16010 +ENGINE_mongo=mongo@dbgate-plugin-mongo + +LABEL_redis=Redis-connection +SERVER_redis=localhost +ENGINE_redis=redis@dbgate-plugin-redis +PORT_redis=16011 diff --git a/workflow-templates/run-tests.yaml b/workflow-templates/run-tests.yaml index ca34444f1..57f59b589 100644 --- a/workflow-templates/run-tests.yaml +++ b/workflow-templates/run-tests.yaml @@ -115,7 +115,8 @@ jobs: oracle-integr: image: gvenzl/oracle-xe:21-slim - env:ORACLE_PASSWORD: Pwd2020Db + env: + ORACLE_PASSWORD: Pwd2020Db ports: - 15006:1521