mirror of
https://github.com/plausible/analytics.git
synced 2024-12-22 17:11:36 +03:00
Disable dialyzer in CI
This commit is contained in:
parent
d3ecbd4e17
commit
1e0c711506
4
.github/workflows/elixir.yml
vendored
4
.github/workflows/elixir.yml
vendored
@ -62,8 +62,8 @@ jobs:
|
||||
run: mix compile --warnings-as-errors --all-warnings
|
||||
- name: Run tests
|
||||
run: mix test
|
||||
- name: Check Dialyzer
|
||||
run: mix dialyzer
|
||||
#- name: Check Dialyzer
|
||||
# run: mix dialyzer <-- false negatives
|
||||
- name: Check Credo Warnings
|
||||
run: mix credo --strict --only warning --ignore Consistency
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user