Skip to content

Commit

Permalink
Update elixir.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jodlos authored May 22, 2024
1 parent da61db8 commit 9f9e851
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ jobs:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-
- name: Checkout LFS
uses: nschloe/[email protected]
- name: Install dependencies
run: mix deps.get
run: mix deps.get && mix deps.compile
- name: Checks if compiles without warning
run: mix compile --warnings-as-errors
- name: Run tests
run: mix test
- name: Run Credo
Expand Down

0 comments on commit 9f9e851

Please sign in to comment.