Skip to content

Commit

Permalink
Test updating deps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoefmoraes committed Feb 6, 2024
1 parent a3bd0c3 commit 7deac5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
otp: '26.0'
check_formatted: true
warnings_as_errors: true
update_deps: true
env:
MIX_ENV: test
steps:
Expand All @@ -35,6 +36,9 @@ jobs:
- name: Use old lock file
if: matrix.old_deps
run: mv mix.lock.old mix.lock
- name: Update deps
if: matrix.update_deps
run: mix deps.update --all
- name: Deps and _build cache
uses: actions/cache@v4
id: deps-cache
Expand Down

0 comments on commit 7deac5e

Please sign in to comment.