File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed
Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments