Skip to content

Commit

Permalink
chore: comment out steps related to Sonarqube
Browse files Browse the repository at this point in the history
Context: At the moment, we do not have a Sonarqube license that we can use in the Ionic GitHub organization, and so we will skip these steps in the GitHub Action for the time being.

References: https://outsystemsrd.atlassian.net/browse/RMET-3771
  • Loading branch information
alexgerardojacinto committed Jan 7, 2025
1 parent 0b1362c commit 1979147
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: Code Coverage
run: bundle exec fastlane coverage

- name: Setup sonarqube
uses: warchant/setup-sonar-scanner@v8

- name: Send to Sonarcloud
run: bundle exec fastlane sonarqube
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
#- name: Setup sonarqube
# uses: warchant/setup-sonar-scanner@v8

#- name: Send to Sonarcloud
# run: bundle exec fastlane sonarqube
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 1979147

Please sign in to comment.