Skip to content

Commit c5ab08d

Browse files
authored
Update ci.yml
1 parent ea613a9 commit c5ab08d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ jobs:
3131
elixir-version: ${{matrix.pair.elixir}}
3232

3333
- name: Install Dependencies
34-
run: |
35-
mix deps.get --only test
36-
mix deps.compile
34+
run: deps.get --only test
3735

3836
- run: mix format --check-formatted
3937
if: ${{ matrix.lint }}
4038

4139
- run: mix deps.get && mix deps.unlock --check-unused
4240
if: ${{ matrix.lint }}
4341

42+
- run: mix deps.compile
43+
4444
- run: mix compile --warnings-as-errors
4545
if: ${{ matrix.lint }}
4646

0 commit comments

Comments
 (0)