Skip to content

Commit

Permalink
feat(ci): add sonar summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Dec 13, 2023
1 parent 25ac59c commit 59ab51b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}

- name: 🤖 Sonar Summary
if: github.ref == 'refs/heads/main'
run: |
echo "### 🤖 Sonar Summary\n${{ secrets.SONARQUBE_HOST }}" >> $GITHUB_STEP_SUMMARY
- name: 🧪 Integration Tests
run: |
pnpm run test:int
Expand Down

0 comments on commit 59ab51b

Please sign in to comment.