We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba3888 commit c3a2d40Copy full SHA for c3a2d40
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
elixir-version: ${{ matrix.elixir }}
44
otp-version: ${{ matrix.otp }}
45
- - run: mix deps.get --check-locked --only test
+ - run: mix deps.get --check-locked
46
- run: mix deps.compile
47
- run: mix compile --warnings-as-errors
48
if: ${{ matrix.lint }}
0 commit comments