Skip to content

Commit

Permalink
Runtime: Test Dialyzer in Rebars jobs (#4281)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
badlop committed Nov 14, 2024
1 parent c20ed8c commit 715b5b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
- run: make xref

- run: make dialyzer

- name: Prepare rel (rebar2)
if: matrix.rebar == 'rebar'
run: |
Expand Down

0 comments on commit 715b5b6

Please sign in to comment.