Skip to content

Commit 6e9af4e

Browse files
authored
Update pull-request.yml
commented sonar changes
1 parent 57987ab commit 6e9af4e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/pull-request.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build, Test, and Lint with SonarCloud
1+
name: Build, Test and Lint
22

33
on:
44
pull_request:
@@ -29,14 +29,14 @@ jobs:
2929
working-directory: js
3030
continue-on-error: true
3131

32-
- name: Install SonarQube scanner
33-
run: npm install -g sonarqube-scanner
32+
#- name: Install SonarQube scanner
33+
# run: npm install -g sonarqube-scanner
3434

35-
- name: Run SonarQube scanner
36-
env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
39-
run: sonar-scanner
35+
#- name: Run SonarQube scanner
36+
# env:
37+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
39+
#run: sonar-scanner
4040

4141
lint:
4242
runs-on: ubuntu-latest
@@ -54,4 +54,4 @@ jobs:
5454

5555
- name: Run ESLint
5656
run: npm run lint
57-
working-directory: js
57+
working-directory: js

0 commit comments

Comments
 (0)