Skip to content

Commit

Permalink
Merge pull request #1254 from absinthe-graphql/re-enable-dialyzer-ci
Browse files Browse the repository at this point in the history
Fix Dialyzer Cache in CI
  • Loading branch information
benwilson512 authored Jun 30, 2023
2 parents bf80f04 + 301ab7a commit 196814b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ jobs:
env:
SCHEMA_PROVIDER: persistent_term

# - name: Cache/uncache PLTs
# uses: actions/cache@v3
# with:
# path: |
# priv/plts
# key: "${{ runner.os }}-\
# erlang-${{ matrix.otp }}-\
# elixir-${{ matrix.elixir }}-\
# ${{ hashFiles('mix.lock') }}"
- name: Cache/uncache PLTs
uses: actions/cache@v3
with:
path: |
priv/plts
key: "v1-${{ runner.os }}-\
erlang-${{ matrix.otp }}-\
elixir-${{ matrix.elixir }}-\
${{ hashFiles('mix.lock') }}"

# - name: Run Dialyzer
# run: mix dialyzer
- name: Run Dialyzer
run: mix dialyzer

0 comments on commit 196814b

Please sign in to comment.