Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
hosuaby committed Aug 7, 2024
1 parent 0064f4f commit cec9ab0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
run: ./gradlew publishToMavenLocal

- name: Report coverage
if: github.ref == 'refs/heads/master'
run: ./gradlew test jacocoTestReport jacocoRootReport coveralls
run: ./gradlew test -DINTEGRATION_TESTS=true jacocoTestReport jacocoRootReport coveralls

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cec9ab0

Please sign in to comment.