Skip to content

Commit

Permalink
Only run coveralls on one target to avoid build fails (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
plux authored Sep 19, 2024
1 parent 029ebe2 commit 6410bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: rebar3 do cover, coveralls send
if: matrix.otp-version == '27'
# - name: Produce Documentation
# run: rebar3 edoc
# if: ${{ matrix.otp-version == '24' }}
Expand Down

0 comments on commit 6410bf6

Please sign in to comment.