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 61a60b7 commit 94cc770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
working_dir: /app
command: /app/scripts/test.sh
environment:
- TEST_POSTGRES_URI="postgres://prisma:prisma@postgres:5432/prisma-dev"
- TEST_POSTGRES_URI=postgres://prisma:prisma@postgres:5432/prisma-dev
postgres:
image: postgres:10.3
restart: always
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env

cd prisma2
yarn
yarn build
yarn prepare
yarn test
cd ../introspection
yarn
Expand Down

0 comments on commit 94cc770

Please sign in to comment.