Add Dialyxir with manual job execution
This commit is contained in:
parent
06ac829eb4
commit
1790400313
3 changed files with 17 additions and 1 deletions
|
|
@ -209,6 +209,19 @@ analysis:
|
|||
script:
|
||||
- mix credo --strict --only=warnings,todo,fixme,consistency,readability
|
||||
|
||||
dialyzer:
|
||||
extends:
|
||||
- .build_changes_policy
|
||||
- .using-ci-base
|
||||
stage: lint
|
||||
allow_failure: true
|
||||
when: manual
|
||||
cache: *testing_cache_policy
|
||||
tags:
|
||||
- feld
|
||||
script:
|
||||
- mix dialyzer
|
||||
|
||||
cycles:
|
||||
extends: .build_changes_policy
|
||||
image: *current_elixir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue