Skip to content

Commit be5ea87

Browse files
authored
Re-enable sonar step (#344)
1 parent a9c9575 commit be5ea87

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/ci.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ jobs:
4242
run: |
4343
npm run coverage:merge
4444
npm run coverage:merge-report
45-
# - name: Send results to SonarCloud
46-
# uses: SonarSource/[email protected]
47-
# env:
48-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49-
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
45+
- name: Send results to SonarCloud
46+
uses: SonarSource/[email protected]
47+
env:
48+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5050

5151
test:
5252
needs:
5353
- sonar
5454
strategy:
5555
matrix:
56-
os: [ ubuntu-latest, windows-latest, macos-latest ]
56+
os: [ windows-latest, macos-latest ]
5757
node: [ 14 ]
5858
runs-on: ${{matrix.os}}
5959
steps:

0 commit comments

Comments
 (0)