Skip to content

Commit

Permalink
Setup MIX_ENV in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara committed Dec 13, 2024
1 parent 63e5120 commit d339dfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
test:
runs-on: ubuntu-latest
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
env:
MIX_ENV: test
strategy:
matrix:
include:
Expand Down

0 comments on commit d339dfd

Please sign in to comment.