Skip to content

Commit

Permalink
fix(CI): removes sonar upload
Browse files Browse the repository at this point in the history
because we aren't using it anymore
  • Loading branch information
Eclion authored Dec 11, 2024
1 parent 388902a commit bd5b71b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
override: true

0 comments on commit bd5b71b

Please sign in to comment.