Skip to content

Commit

Permalink
Fix PLT cache in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sax committed Dec 2, 2024
1 parent 760ec26 commit ef15ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -181,7 +181,7 @@ jobs:
- name: Cache PLTs
uses: actions/cache@v4
with:
path: priv/plts
path: _build/plts
key: ${{ runner.os }}-test-dialyzer-v2-${{ hashFiles('**/mix.lock') }}-${{ steps.beam.outputs.otp-version }}-${{ steps.beam.outputs.elixir-version }}
- name: Credo
run: mix credo --strict

0 comments on commit ef15ce4

Please sign in to comment.