mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Runtime: Test Dialyzer in Rebars jobs (#4281)
The CI workflow uses ubuntu-24.04 and setup-beam action, so it can test only Erlang/OTP 24 and higher. To ensure Dialyzer is also ran with older Erlang versions, let's add Dialyzer testing to the Runtime workflow, which uses the erlang container, and that allows to run Erlang/OTP 20 in ubuntu-24.04.
This commit is contained in:
parent
c20ed8c7b3
commit
715b5b64c6
2
.github/workflows/runtime.yml
vendored
2
.github/workflows/runtime.yml
vendored
@ -81,6 +81,8 @@ jobs:
|
|||||||
|
|
||||||
- run: make xref
|
- run: make xref
|
||||||
|
|
||||||
|
- run: make dialyzer
|
||||||
|
|
||||||
- name: Prepare rel (rebar2)
|
- name: Prepare rel (rebar2)
|
||||||
if: matrix.rebar == 'rebar'
|
if: matrix.rebar == 'rebar'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user