Fix Dialyzer in GitHub Actions workflow
This commit is contained in:
parent
196971f1c0
commit
3c10b1eb03
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -43,7 +43,6 @@ jobs:
|
||||||
- erlang: 20.3.1
|
- erlang: 20.3.1
|
||||||
elixir: 1.8.2
|
elixir: 1.8.2
|
||||||
env:
|
env:
|
||||||
MIX_ENV: test
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -61,7 +60,7 @@ jobs:
|
||||||
mix deps.get
|
mix deps.get
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: mix coveralls.github
|
run: MIX_ENV=test mix coveralls.github
|
||||||
|
|
||||||
- name: Retrieve PLT Cache
|
- name: Retrieve PLT Cache
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
|
|
Loading…
Reference in a new issue