Skip to content

Commit

Permalink
updated the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorHalf committed Feb 8, 2024
1 parent 9e50d36 commit 52e6228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm ci
- name: Run SonarQube scanner
run: |
npm run test:unit:coverage && \
npm run test && \
npm run sonar-scanner -- \
-Dsonar.host.url=${{ env.SONARQUBE_GHA_URL }} \
-Dsonar.token=${{ env.SONARQUBE_GHA_TOKEN }} \
Expand Down

0 comments on commit 52e6228

Please sign in to comment.