Skip to content

Commit

Permalink
Correct GH ci
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed Jul 20, 2024
1 parent 1de09db commit 67143ba
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,7 @@ jobs:

- name: Install Dependencies
if: steps.mix-cache.outputs.cache-hit != 'true'
run: |
mix deps.get
mix deps.compile
- run: mix deps.get
- run: mix compile --force --warnings-as-errors
run: mix deps.get
- run: mix test --trace

linux-precompiled-libvips:
Expand Down Expand Up @@ -162,10 +157,10 @@ jobs:
run: |
mkdir -p priv/plts
mix deps.get
mix deps.compile
# mix dialyzer --plt
mix dialyzer --plt
- run: mix deps.get
- run: mix compile --force --warnings-as-errors
- run: mix deps.unlock --check-unused
- run: mix format --check-formatted
- run: mix credo --strict
Expand Down

0 comments on commit 67143ba

Please sign in to comment.