Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieaer committed May 11, 2024
1 parent 5877b1d commit db18550
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ jobs:
shell: bash

- name: Test
run: ./gradlew test

- name: Upload SonarCloud
if: always()
run: ./gradlew jacocoTestReport sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}

0 comments on commit db18550

Please # to comment.