Skip to content

Commit 70ee4c8

Browse files
committed
run tests for sonarqube
1 parent eee2882 commit 70ee4c8

File tree

1 file changed

+1
-1
lines changed
  • openapi-processor-core/.github/workflows

1 file changed

+1
-1
lines changed

openapi-processor-core/.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)