Skip to content

Commit dcadd88

Browse files
committed
[CI] Fix Sonar scanner on develop
1 parent e53323b commit dcadd88

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4.1.1
2020

21-
- uses: ./.github/actions/ruby-cache
21+
- uses: ./.github/actions/bootstrap
22+
env:
23+
INSTALL_SONAR: true
24+
SKIP_MINT_BOOTSTRAP: true
2225

2326
- uses: actions/github-script@v6
2427
id: get_pr_number

0 commit comments

Comments
 (0)