Skip to content

Commit 7710546

Browse files
committed
Try this a different way
1 parent 140f177 commit 7710546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3434
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3535
run: |
36-
chmod +x --continue gradlew
37-
./gradlew build sonarqube
36+
chmod +x gradlew
37+
./gradlew --continue build sonarqube

0 commit comments

Comments
 (0)