Skip to content

Commit

Permalink
Get dependencies on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Jun 18, 2024
1 parent 4e0c3b7 commit 7a5f2fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
elixir-version: ${{matrix.elixir}}
- name: Checkout code
uses: actions/checkout@v3
- name: Get dependencies
run: mix deps.get
- name: Run tests
run: mix test

0 comments on commit 7a5f2fe

Please sign in to comment.