We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31cae29 commit ed744f4Copy full SHA for ed744f4
.github/workflows/build.yml
@@ -1,5 +1,10 @@
1
name: Build
2
+
3
on: [push]
4
5
+env:
6
+ MIX_ENV: test
7
8
jobs:
9
build:
10
name: Elixir ${{matrix.elixir}} - OTP ${{matrix.otp}}
0 commit comments