Skip to content

Commit 071e2d8

Browse files
authored
Update ci.yml
1 parent c5ab08d commit 071e2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
elixir-version: ${{matrix.pair.elixir}}
3232

3333
- name: Install Dependencies
34-
run: deps.get --only test
34+
run: mix deps.get --only test
3535

3636
- run: mix format --check-formatted
3737
if: ${{ matrix.lint }}

0 commit comments

Comments
 (0)