Skip to content

Commit 3759a1b

Browse files
committed
Don't run tests for sonar
1 parent 4f506c6 commit 3759a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Build
6969
run: |
70-
./gradlew build sonarqube --info \
70+
./gradlew build sonarqube -x test --info \
7171
-Dsonar.projectKey=${{ env.SONARCLOUD_ORG }}_${{ github.event.repository.name }} \
7272
-Dsonar.organization=${{ env.SONARCLOUD_ORG }} \
7373
-Dsonar.host.url=${{ env.SONARCLOUD_HOST }}

0 commit comments

Comments
 (0)