Skip to content

Commit 140f177

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

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
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 gradlew
36+
chmod +x --continue gradlew
3737
./gradlew build sonarqube

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ tasks.withType(Javadoc) {
7575
options.addStringOption('charSet', 'UTF-8')
7676
}
7777

78-
// make sure that Sonarqube still runs even if there are failing tests
79-
test {
80-
ignoreFailures = true
81-
}
82-
8378
checkstyle {
8479
toolVersion '8.29'
8580
configFile = file("config/checkstyle/checkstyle.xml")

0 commit comments

Comments
 (0)