Skip to content

Commit

Permalink
ci database config test
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Jan 14, 2019
1 parent 4ebb520 commit ea3e444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- run:
name: Creating additional database
command: psql -U root -h localhost -c "CREATE DATABASE circle_test2;"
command: psql -U root -h localhost -d circle_test -c "CREATE DATABASE circle_test2;"

- run:
name: run tests
Expand Down

0 comments on commit ea3e444

Please sign in to comment.