Skip to content

Commit 7a0d545

Browse files
Eclionarnaud-roland
authored andcommitted
fix(CI): removes sonar upload
because we aren't using it anymore
1 parent 0b9bfdd commit 7a0d545

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,10 @@ jobs:
1313
distribution: zulu
1414
- name: Run CI
1515
run: make ci
16-
- name: Upload SonarCloud
17-
env:
18-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20-
run: make sonar
2116
- name: Upload artifact
2217
if: github.ref == 'refs/heads/master'
2318
uses: actions/upload-artifact@v4
2419
with:
2520
name: google-analytics-dispatcher.zip
2621
path: release/
27-
override: true
22+
override: true

0 commit comments

Comments
 (0)