Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jun 27, 2019
1 parent 4f1895b commit 5a0b2f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
command: /app/scripts/test.sh
environment:
- TEST_POSTGRES_URI=postgres://prisma:prisma@postgres/prisma-dev
depends_on:
- postgres
postgres:
image: postgres:10.3
restart: always
Expand Down

0 comments on commit 5a0b2f7

Please sign in to comment.