Skip to content

Commit

Permalink
Change environment to dev on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
yourkin committed Sep 16, 2023
1 parent 5a70507 commit 9b6e6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
test:
runs-on: ubuntu-latest
env:
ENVIRONMENT: development
POSTGRES_USER: ex_back_user
POSTGRES_PASSWORD: ex_back_password
PG_DB: ex_back_db
PG_HOST: db
PG_PORT: 5432
TEST_DB: ex_back_test_db
ENVIRONMENT: production
RABBITMQ_HOST: rabbitmq
RABBITMQ_PORT: 5672
RABBITMQ_DEFAULT_USER: user
Expand Down

0 comments on commit 9b6e6ee

Please sign in to comment.