Skip to content

Commit d34b5ce

Browse files
committed
Add CircleCI
1 parent 65c42f4 commit d34b5ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
POSTGRES_USER: postgres
99
POSTGRES_DB: postgres
1010
steps:
11+
- run:
12+
name: Wait for db
13+
command: dockerize -wait tcp://localhost:5432 -timeout 1m
1114
- run:
1215
name: Database Setup
1316
command: |

0 commit comments

Comments
 (0)