Integrated tests badge

This commit is contained in:
Geert Bevin 2023-01-01 22:41:29 -05:00
parent 97bc6137a3
commit 266691467b
2 changed files with 37 additions and 2 deletions

View file

@ -48,7 +48,7 @@ jobs:
${{ runner.os }}-gradle-${{ matrix.java-version }}-
- name: Test with Gradle
run: ./gradlew build check --stacktrace
run: ./gradlew build check --stacktrace -PtestsBadgeApiKey=${{ secrets.TESTS_BADGE_API_KEY }}
- name: SonarCloud
if: success() && matrix.java-version == env.SONAR_JDK