Skip to content

Commit

Permalink
Set DATABASE_URL before running mix test
Browse files Browse the repository at this point in the history
  • Loading branch information
krisalyssa committed Aug 1, 2019
1 parent cd84767 commit e3c4863
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
steps:
- checkout

# specify any bash command here prefixed with `run: `
- run: mix local.hex --force
- run: mix local.rebar --force
- run: mix deps.get
- run: mix test
- run: DATABASE_URL="postgres://postgres@localhost:5432/kerbal_maps_test" mix test

0 comments on commit e3c4863

Please sign in to comment.