Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 87b5693

Browse files
committed
run tests for sonarqube
1 parent e4a9caa commit 87b5693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137137
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
138138
run: |
139-
./gradlew sonarqube
139+
./gradlew test sonarqube
140140
./gradlew --stop
141141
142142
- name: sonarqube results

0 commit comments

Comments
 (0)