Skip to content

Commit

Permalink
[DOP-11711] Run tests in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-pedchenko committed Feb 27, 2024
1 parent 59928bd commit fd778ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env.github
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
export TZ=UTC

# Postgres
export POSTGRES_HOST=127.0.0.1
export POSTGRES_HOST=localhost
export POSTGRES_PORT=5432
export POSTGRES_DB=syncmaster
export POSTGRES_USER=user
export POSTGRES_PASSWORD=secret

# RabbitMQ
export RABBITMQ_HOST=127.0.0.1
export RABBITMQ_HOST=localhost
export RABBITMQ_PORT=5672
export RABBITMQ_USER=guest
export RABBITMQ_PASSWORD=guest

# HDFS
export HDFS_HOST=127.0.0.1
export HDFS_HOST=localhost
export HDFS_WEBHDFS_PORT=9870
export HDFS_IPC_PORT=9820

Expand All @@ -24,19 +24,19 @@ export MINIO_ROOT_USER=syncmaster
export MINIO_SECRET_KEY=a2b6ad842d16f47beaa077b0e50c217a3bded54c
export MINIO_ROOT_PASSWORD=a2b6ad842d16f47beaa077b0e50c217a3bded54c

export TEST_S3_HOST=127.0.0.1
export TEST_S3_HOST=localhost
export TEST_S3_PORT=9010
export TEST_S3_ACCESS_KEY=syncmaster
export TEST_S3_SECRET_KEY=a2b6ad842d16f47beaa077b0e50c217a3bded54c
export TEST_S3_BUCKET=syncmaster

export TEST_POSTGRES_HOST=127.0.0.1
export TEST_POSTGRES_HOST=localhost
export TEST_POSTGRES_PORT=5433
export TEST_POSTGRES_USER=user
export TEST_POSTGRES_PASSWORD=secret
export TEST_POSTGRES_DB=syncmaster

export TEST_ORACLE_HOST=127.0.0.1
export TEST_ORACLE_HOST=localhost
export TEST_ORACLE_PORT=1522
export TEST_ORACLE_USER=test_user
export TEST_ORACLE_PASSWORD=test_password
Expand Down

0 comments on commit fd778ce

Please sign in to comment.