Skip to content

Commit 9420290

Browse files
committed
ci: trigger sonarcloud analysis for packages/components
TH-1441 TH-1410
1 parent 919b848 commit 9420290

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci-packages.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,11 @@ jobs:
108108
- name: Run storybook build for changed packages
109109
run: |
110110
yarn workspaces foreach -tv --exclude hobbies-helsinki --exclude events-helsinki --exclude sports-helsinki --since=origin/main run build-storybook
111+
112+
- name: SonarQube Cloud Scan
113+
uses: SonarSource/sonarqube-scan-action@v6
114+
with:
115+
projectBaseDir: packages/components
116+
env:
117+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)