Skip to content

Commit

Permalink
ci: disable sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorsalgado committed Feb 20, 2024
1 parent 366a9eb commit ed7c826
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ jobs:
distribution: 'adopt'
cache: gradle

- name: Cache SonarCloud Packages
uses: actions/cache@v3
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar

- name: Cache Gradle Packages
uses: actions/cache@v3
with:
Expand All @@ -49,14 +42,6 @@ jobs:
./gradlew build
./gradlew jacocoRootTestReport
- name: Sonar
if: github.ref == 'refs/heads/main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
./gradlew sonarqube --info
- name: Coverage
if: github.ref == 'refs/heads/main'
env:
Expand Down

0 comments on commit ed7c826

Please sign in to comment.