Skip to content

Commit c3a2d40

Browse files
committed
ci: keep dev dependencies available for lock checks
1 parent 7ba3888 commit c3a2d40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
elixir-version: ${{ matrix.elixir }}
4444
otp-version: ${{ matrix.otp }}
45-
- run: mix deps.get --check-locked --only test
45+
- run: mix deps.get --check-locked
4646
- run: mix deps.compile
4747
- run: mix compile --warnings-as-errors
4848
if: ${{ matrix.lint }}

0 commit comments

Comments
 (0)