Skip to content

Commit

Permalink
Try coveralls separately
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBenny committed Jun 9, 2020
1 parent f984f74 commit ba5cb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: logcat.log

- name: Load code coverage report
if: ${{ success() }} && ${{ matrix.api-level }} == 24
if: ${{ success() }} && ${{ matrix.api-level }} == '24'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: ./gradlew coveralls
Expand Down

0 comments on commit ba5cb28

Please sign in to comment.