Skip to content

Commit cd1ea68

Browse files
ci: temporary disable sonar
1 parent e4e63df commit cd1ea68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pr-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ jobs:
7171
with:
7272
artifact-ids: ${{ needs.test.outputs.coverage-artifact-id }}
7373

74-
- name: SonarScanner
75-
uses: SonarSource/[email protected]
76-
env:
77-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
78-
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
74+
# - name: SonarScanner
75+
# uses: SonarSource/[email protected]
76+
# env:
77+
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
78+
# SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
7979

8080
npm-dry-run:
8181
uses: ./.github/workflows/reusable-npm.yml

0 commit comments

Comments
 (0)