File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 55 release-version :
66 required : true
77 description : ' The version of the release'
8- default : ' 0.1 .0'
8+ default : ' 0.4 .0'
99 git-ref :
1010 required : true
1111 description : ' The git revison of repo, branch, tag or commit'
2727 otp : 27
2828
2929 runs-on : ubuntu-latest
30+ env :
31+ MIX_ENV : test
3032
3133 steps :
3234 - name : Checkout
4143 elixir-version : ${{ matrix.elixir }}
4244
4345 - name : Install dependencies
44- env :
45- MIX_ENV : test
4646 run : |
4747 mix deps.get
4848
5454
5555 - name : Compile & lint dependencies
5656 run : mix compile --warnings-as-errors
57- env :
58- MIX_ENV : test
5957
6058 - name : Run tests
6159 run : mix test
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The package can be installed by adding `ex_dns` to your list of dependencies in
1313``` elixir
1414def deps do
1515 [
16- {:ex_dns , " ~> 0.3 .0" }
16+ {:ex_dns , " ~> 0.4 .0" }
1717 ]
1818end
1919```
You can’t perform that action at this time.
0 commit comments