Skip to content

Commit 816ca42

Browse files
author
Daniel Bustamante Ospina
authored
Update main.yml
1 parent da27a31 commit 816ca42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Execute jacocoTestReport and Sonar
2828
env:
2929
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3031
run: ./gradlew test jacocoTestReport sonarqube
3132
# run: ./gradlew test jacocoTestReport && cp build/reports/jacoco/report.xml jacoco.xml || echo "Code coverage failed"
3233
- name: Build with Gradle

0 commit comments

Comments
 (0)