Skip to content

Commit

Permalink
Improve test setup in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Apr 7, 2018
1 parent 8dd0a13 commit e054cf1
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@ This app provides default value for every env var. This means that with the righ

This app provides default value for every env var required in test. This means that with the right PostgreSQL setup, you can just run `mix test`.

- `mix test`
```shell
$ npm --prefix webapp run build
$ mix run ./priv/repo/seeds.exs
$ mix test
```

## Deploy on Heroku

Expand All @@ -107,15 +111,9 @@ $ heroku buildpacks:add --index 3 https://github.com/gjaldon/heroku-buildpack-ph

Before opening a pull request, please open an issue first.

```shell
$ git clone https://github.com/mirego/accent-web-v2.git
$ cd accent-web-v2
$ mix deps.get
$ mix test
```

Once you've made your additions and the test suite passes, go ahead and open a PR!
Don’t forget to run the `./priv/scripts/ci-check.sh` script to make sure that the CI will pass :)

Don’t forget to run the `./priv/scripts/ci-check.sh` script to make sure that the CI build will pass :)

## About Mirego

Expand Down

0 comments on commit e054cf1

Please sign in to comment.