Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
commented out sonar cloud to try to get build to work
Browse files Browse the repository at this point in the history
  • Loading branch information
MonicaG authored Jun 6, 2023
1 parent c39a12c commit 909d5b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
npm run test:coverage --if-present
env:
CI: "true"
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# - name: SonarCloud Scan
# uses: sonarsource/sonarcloud-github-action@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# - name: Test & publish code coverage
# uses: paambaati/codeclimate-action@v2.3.0
# env:
Expand Down

0 comments on commit 909d5b2

Please sign in to comment.