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 aaf5f1d commit 6282ed9Copy full SHA for 6282ed9
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
java-version: 17
42
- name: Execute build test jacocoTestReport and sonar analysis
43
if: endsWith(github.REF, '/master') == true
44
- env
+ env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
47
run: ./gradlew build test jacocoTestReport sonar --refresh-dependencies --no-daemon --continue -Denv.ci=true
0 commit comments