Skip to content

Commit f9bb6f5

Browse files
committed
CI: Temporarily disable Xref and Dialyzer for Erlang/OTP 28 which don't work
1 parent 20b7e24 commit f9bb6f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
- run: make
2020
- run: rebar3 compile
2121
- run: rebar3 xref
22+
if: matrix.otp < 28
2223
- run: rebar3 dialyzer
24+
if: matrix.otp < 28
2325
- run: rebar3 eunit -v
2426
if: matrix.otp >= 26
2527
- run: rebar3 eunit -v

0 commit comments

Comments
 (0)