From 7a0d545fab899789d67fdc5c97d6ba67d32ed36a Mon Sep 17 00:00:00 2001 From: William Deveaux Date: Wed, 11 Dec 2024 16:26:05 +0100 Subject: [PATCH] fix(CI): removes sonar upload because we aren't using it anymore --- .github/workflows/android.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index b240821..41d456e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -13,15 +13,10 @@ jobs: distribution: zulu - name: Run CI run: make ci - - name: Upload SonarCloud - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: make sonar - name: Upload artifact if: github.ref == 'refs/heads/master' uses: actions/upload-artifact@v4 with: name: google-analytics-dispatcher.zip path: release/ - override: true \ No newline at end of file + override: true