Skip to content

Commit ed744f4

Browse files
committed
Use MIX_ENV=test for repo config
1 parent 31cae29 commit ed744f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Build
2+
23
on: [push]
4+
5+
env:
6+
MIX_ENV: test
7+
38
jobs:
49
build:
510
name: Elixir ${{matrix.elixir}} - OTP ${{matrix.otp}}

0 commit comments

Comments
 (0)