Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge e82d98a into f43be15
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Mar 3, 2022
2 parents f43be15 + e82d98a commit f591668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: ./gradlew check
id: gradle
- name: Coveralls
if: ${{ matrix.os }} == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest'
run: ./gradlew jacocoTestReport coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand Down

0 comments on commit f591668

Please sign in to comment.