Skip to content

Commit 6434a4b

Browse files
committed
Try fix MIX_ENV
1 parent efe1b8e commit 6434a4b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/check.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
on: push
22
name: Checks
33

4-
# Sets the ENV `MIX_ENV` to `test` for running tests
5-
env:
6-
MIX_ENV: test
7-
84
permissions:
95
contents: read
106

@@ -106,6 +102,9 @@ jobs:
106102
107103
runs-on: ubuntu-latest
108104
name: Unit Tests
105+
env:
106+
MIX_ENV: test
107+
109108
steps:
110109
# Step: Setup Elixir + Erlang image as the base.
111110
- name: Set up Elixir

0 commit comments

Comments
 (0)