Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieaer committed May 11, 2024
1 parent 9b2fbb8 commit 08d0422
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,5 @@ jobs:
run: chmod +x ./gradlew
shell: bash

# - name: Test
# run: ./gradlew jacocoTestReport

- name: SonarCloud Scan
if: always()
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: Test
run: ./gradlew jacocoTestReport sonar

0 comments on commit 08d0422

Please # to comment.