Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Add SonarQube Scan
  • Loading branch information
Romlga authored Dec 11, 2023
1 parent 8ec782c commit e168d57
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 @@ -40,6 +40,11 @@ jobs:
with:
resource: http://localhost:4200

- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}

- name: 🧪 Integration Tests
run: |
pnpm run test:int
Expand Down

0 comments on commit e168d57

Please sign in to comment.