Skip to content

Commit 6410bf6

Browse files
authored
Only run coveralls on one target to avoid build fails (#1542)
1 parent 029ebe2 commit 6410bf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
env:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969
run: rebar3 do cover, coveralls send
70+
if: matrix.otp-version == '27'
7071
# - name: Produce Documentation
7172
# run: rebar3 edoc
7273
# if: ${{ matrix.otp-version == '24' }}

0 commit comments

Comments
 (0)