Skip to content

Commit

Permalink
ISE-184: sonarcloud step fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kpavlenkoSoldevelo committed Jul 3, 2023
1 parent 493e5c1 commit 126c0d8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_PROJECT_KEY: openimis_openimis-fe-admin_js
SONAR_ORGANIZATION: openimis-1


publish-npm:
needs: build
Expand Down

0 comments on commit 126c0d8

Please sign in to comment.