From d339dfd07c195f9e5a71f8cc5b4ef03897bc1759 Mon Sep 17 00:00:00 2001 From: sabiwara Date: Fri, 13 Dec 2024 19:45:58 +0900 Subject: [PATCH] Setup MIX_ENV in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4b38c2..12b6c77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ jobs: test: runs-on: ubuntu-latest name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} + env: + MIX_ENV: test strategy: matrix: include: