Updated GitHub flow

This commit is contained in:
Geert Bevin 2022-12-31 08:50:28 -05:00
parent 73fcf2bf7c
commit 051e0f2adb

View file

@ -53,7 +53,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew sonarqube --info
run: ./gradlew jacocoTestReport sonar --info
- name: Cleanup Gradle Cache
run: |