Skip to content

Commit

Permalink
Make CI only run ex_doc on valid versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Dec 23, 2022
1 parent f779c26 commit 7b9714e
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: rebar3 ex_doc
- run: if [ $(rebar3 version | awk '{print $5}') -gt 23 ]; then rebar3 ex_doc; fi;
- run: rebar3 eunit
- run: rebar3 ct
- run: rebar3 dialyzer

0 comments on commit 7b9714e

Please sign in to comment.