Fix Dialyzer in GitHub Actions workflow

This commit is contained in:
Marcel Otto 2020-10-09 22:08:12 +02:00
parent 196971f1c0
commit 3c10b1eb03

View file

@ -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