We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ae078 commit a2c19f1Copy full SHA for a2c19f1
.github/workflows/gradle-build.yml
@@ -79,8 +79,11 @@ jobs:
79
- name: Run CI build
80
env:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82
+ run: ./gradlew build jacocoTestReport --configuration-cache
83
+ - name: Publish Sonar report
84
+ env:
85
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- run: ./gradlew build jacocoTestReport sonar --configuration-cache
86
+ run: ./gradlew sonar
87
- name: Terminate Testcontainers Cloud Client active sessions
88
uses: atomicjar/testcontainers-cloud-setup-action@v1
89
with:
0 commit comments