Skip to content

Commit 957b12f

Browse files
committed
Fix build
1 parent f15e05d commit 957b12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3535
run: |
3636
chmod +x gradlew
37-
./gradlew --continue build sonarqube
37+
./gradlew --continue build sonar

0 commit comments

Comments
 (0)