Skip to content

Commit

Permalink
💚 fix repeated sonar/cc jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ngarbezza committed Feb 12, 2024
1 parent aa99966 commit af4c32a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/node_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ jobs:
npm run test
env:
CI: true
- name: Code Climate Coverage Action
- if: matrix.node-version == '20.x'
name: Code Climate Coverage Action
uses: paambaati/[email protected]
with:
coverageCommand: npm run test:coverage
coverageLocations: ${{github.workspace}}/reports/coverage/lcov.info:lcov
debug: true
env:
CC_TEST_REPORTER_ID: 6ace5bc20f45a4d3b1d1bd56b37e2ed97c92776e402f4f687bb5ee50853cb51c
- name: SonarCloud Scan
- if: matrix.node-version == '20.x'
name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
with:
args: >
Expand Down

0 comments on commit af4c32a

Please sign in to comment.