25
1
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:
Badlop 2024-11-13 19:37:12 +01:00
parent c20ed8c7b3
commit 715b5b64c6

View File

@ -81,6 +81,8 @@ jobs:
- run: make xref
- run: make dialyzer
- name: Prepare rel (rebar2)
if: matrix.rebar == 'rebar'
run: |