Skip to content

Commit

Permalink
Sets up PG password for test runs
Browse files Browse the repository at this point in the history
See docker-library/postgres#681 for more
details.
  • Loading branch information
siegfault committed Aug 18, 2020
1 parent 846830a commit 33990cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- image: circleci/postgres:12.4
environment:
POSTGRES_USER: root
POSTGRES_PASSWORD: $POSTGRES_PASSWORD
POSTGRES_DB: expiration_test
steps:
- checkout
Expand Down

0 comments on commit 33990cc

Please sign in to comment.