Skip to content

Commit

Permalink
remove dialyxer from the CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
benwilson512 committed Jun 29, 2023
1 parent 3e476d3 commit 52c7e16
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: "${{ 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 52c7e16

Please sign in to comment.