Skip to content

Commit

Permalink
Set non-empty password for postgres tests (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-oman committed Apr 29, 2020
1 parent 6305991 commit f07b491
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Expand Up @@ -56,6 +56,7 @@ jobs:
environment:
- POSTGRES_USER=postgres
- POSTGRES_DB=statesman_test
- POSTGRES_PASSWORD=statesman
steps: *steps

build-ruby265-rails-602-mysql:
Expand Down Expand Up @@ -83,6 +84,7 @@ jobs:
environment:
- POSTGRES_USER=postgres
- POSTGRES_DB=statesman_test
- POSTGRES_PASSWORD=statesman
steps: *steps
build-ruby265-rails-master-mysql:
docker:
Expand Down Expand Up @@ -110,6 +112,7 @@ jobs:
environment:
- POSTGRES_USER=postgres
- POSTGRES_DB=statesman_test
- POSTGRES_PASSWORD=statesman
steps: *steps

build-ruby270-rails-602-mysql:
Expand Down Expand Up @@ -137,6 +140,7 @@ jobs:
environment:
- POSTGRES_USER=postgres
- POSTGRES_DB=statesman_test
- POSTGRES_PASSWORD=statesman
steps: *steps
build-ruby270-rails-master-mysql:
docker:
Expand Down Expand Up @@ -164,6 +168,7 @@ jobs:
environment:
- POSTGRES_USER=postgres
- POSTGRES_DB=statesman_test
- POSTGRES_PASSWORD=statesman
steps: *steps

workflows:
Expand Down

0 comments on commit f07b491

Please sign in to comment.