mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-19 14:06:17 -04:00
(#271) Disable sonarcloud reporting to unstuck cross-platform checks
This commit is contained in:
@@ -42,11 +42,11 @@ jobs:
|
||||
run: |
|
||||
npm run coverage:merge
|
||||
npm run coverage:merge-report
|
||||
- name: Send results to SonarCloud
|
||||
uses: SonarSource/sonarcloud-github-action@v1.6
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
# - name: Send results to SonarCloud
|
||||
# uses: SonarSource/sonarcloud-github-action@v1.6
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
||||
test:
|
||||
needs:
|
||||
|
||||
Reference in New Issue
Block a user