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 e4e63df commit cd1ea68Copy full SHA for cd1ea68
.github/workflows/pr-test.yml
@@ -71,11 +71,11 @@ jobs:
71
with:
72
artifact-ids: ${{ needs.test.outputs.coverage-artifact-id }}
73
74
- - name: SonarScanner
75
- uses: SonarSource/[email protected]
76
- env:
77
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
78
- SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
+ # - name: SonarScanner
+ # uses: SonarSource/[email protected]
+ # env:
+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ # SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
79
80
npm-dry-run:
81
uses: ./.github/workflows/reusable-npm.yml
0 commit comments