Skip to content

Commit

Permalink
chore(sage-monorepo): run Sonar only on affected projects again (#2519)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Feb 21, 2024
1 parent b14c4f5 commit 2814e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
- name: Scan the affected projects with Sonar
run: |
devcontainer exec --workspace-folder ../sage-monorepo bash -c ". ./dev-env.sh \
&& nx run-many --target=sonar"
&& nx affected --target=sonar"

0 comments on commit 2814e88

Please sign in to comment.