Skip to content

Commit 7deac5e

Browse files
committed
Test updating deps in CI
1 parent a3bd0c3 commit 7deac5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
otp: '26.0'
2525
check_formatted: true
2626
warnings_as_errors: true
27+
update_deps: true
2728
env:
2829
MIX_ENV: test
2930
steps:
@@ -35,6 +36,9 @@ jobs:
3536
- name: Use old lock file
3637
if: matrix.old_deps
3738
run: mv mix.lock.old mix.lock
39+
- name: Update deps
40+
if: matrix.update_deps
41+
run: mix deps.update --all
3842
- name: Deps and _build cache
3943
uses: actions/cache@v4
4044
id: deps-cache

0 commit comments

Comments
 (0)