Skip to content

Commit

Permalink
fix CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Oct 8, 2024
1 parent ec66057 commit 98d0c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: rebar3 edoc
- run: if [ $(rebar3 version | awk '{print $5}') -gt 23 ]; then rebar3 ex_doc; fi;
- run: if [ $(rebar3 version | awk '{print $5}') -gt 24 ]; then rebar3 ex_doc; fi;
- run: rebar3 eunit
- run: rebar3 ct
- run: rebar3 dialyzer

0 comments on commit 98d0c80

Please sign in to comment.