Skip to content

Commit

Permalink
Install dependencies in macOS jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense committed Aug 5, 2024
1 parent 3277cef commit 5d1d30d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- uses: asdf-vm/actions/install@v3
- name: Install Hex package manager
run: mix local.hex --force
- name: Install dependencies
run: mix deps.get
- run: mix format --check-formatted
- run: mix test
test_ubuntu:
Expand Down

0 comments on commit 5d1d30d

Please sign in to comment.