Skip to content

Commit 9ce0c98

Browse files
committed
Sets up PG password for test runs
See docker-library/postgres#681 for more details.
1 parent 846830a commit 9ce0c98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- image: circleci/postgres:12.4
1111
environment:
1212
POSTGRES_USER: root
13+
POSTGRES_PASSWORD:$POSTGRES_PASSWORD
1314
POSTGRES_DB: expiration_test
1415
steps:
1516
- checkout

0 commit comments

Comments
 (0)