Skip to content

Commit fbef3b2

Browse files
committed
s
1 parent 74eed41 commit fbef3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pluginTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
sonar-scanner \
5050
-Dsonar.projectKey=test-project \
51-
-Dsonar.sources=. \
51+
-Dsonar.sources=target-project \
5252
-Dsonar.host.url=http://localhost:9000 \
5353
-Dsonar.token=${{ env.SONAR_TOKEN }} \
5454
-Dsonar.lang.patterns.bsl=**/*.bsl,**/*.os \

0 commit comments

Comments
 (0)