Skip to content

Commit 5224874

Browse files
ci: temporary disable sonar (#476)
1 parent e4e63df commit 5224874

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/pr-test.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -52,30 +52,30 @@ jobs:
5252
etherscan-api-key: ${{ secrets.ETHERSCAN_API_KEY }}
5353
alchemy-api-key: ${{ secrets.ALCHEMY_API_KEY }}
5454

55-
sonar:
56-
runs-on: ubuntu-latest
57-
needs: test
58-
steps:
59-
- uses: actions/checkout@v4
60-
61-
- name: Setup Node.js
62-
uses: actions/setup-node@v4
63-
with:
64-
node-version: '20'
65-
cache: 'npm'
66-
67-
- name: Install dependencies
68-
run: npm ci && npm run codegen
69-
70-
- uses: actions/download-artifact@v4
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 }}
55+
# sonar:
56+
# runs-on: ubuntu-latest
57+
# needs: test
58+
# steps:
59+
# - uses: actions/checkout@v4
60+
61+
# - name: Setup Node.js
62+
# uses: actions/setup-node@v4
63+
# with:
64+
# node-version: '20'
65+
# cache: 'npm'
66+
67+
# - name: Install dependencies
68+
# run: npm ci && npm run codegen
69+
70+
# - uses: actions/download-artifact@v4
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 }}
7979

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

0 commit comments

Comments
 (0)