From 3c10b1eb03404d9b0accf3ea4ad9687f79e3aef7 Mon Sep 17 00:00:00 2001 From: Marcel Otto Date: Fri, 9 Oct 2020 22:08:12 +0200 Subject: [PATCH] Fix Dialyzer in GitHub Actions workflow --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90fdd51..78ddb0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,6 @@ jobs: - erlang: 20.3.1 elixir: 1.8.2 env: - MIX_ENV: test GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v2 @@ -61,7 +60,7 @@ jobs: mix deps.get - name: Run tests - run: mix coveralls.github + run: MIX_ENV=test mix coveralls.github - name: Retrieve PLT Cache uses: actions/cache@v1