From 08d0422d8651332c4200ba1c6262cb59d861378e Mon Sep 17 00:00:00 2001 From: Gureumi Date: Sat, 11 May 2024 21:11:10 +0900 Subject: [PATCH] ? --- .github/workflows/build.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b29d54e1..f06c247d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} \ No newline at end of file + - name: Test + run: ./gradlew jacocoTestReport sonar \ No newline at end of file