We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c9575 commit be5ea87Copy full SHA for be5ea87
.github/workflows/ci.yaml
@@ -42,18 +42,18 @@ jobs:
42
run: |
43
npm run coverage:merge
44
npm run coverage:merge-report
45
-# - name: Send results to SonarCloud
46
-# uses: SonarSource/sonarcloud-github-action@v1.6
47
-# env:
48
-# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
-# 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 }}
50
51
test:
52
needs:
53
- sonar
54
strategy:
55
matrix:
56
- os: [ ubuntu-latest, windows-latest, macos-latest ]
+ os: [ windows-latest, macos-latest ]
57
node: [ 14 ]
58
runs-on: ${{matrix.os}}
59
steps:
0 commit comments