Use test mix env in the CI

This commit is contained in:
Jonatan Kłosko 2021-05-26 16:15:09 +02:00
parent 8f7320e666
commit 18c9d4413a

View file

@ -7,6 +7,8 @@ on:
jobs:
main:
runs-on: ubuntu-latest
env:
MIX_ENV: test
steps:
- uses: actions/checkout@v2
- name: Install Erlang & Elixir