Skip to content

Commit 3749963

Browse files
committed
Fix omission to run unit tests when Sonar not installed
1 parent 8f5817e commit 3749963

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ jobs:
4242
run: |
4343
if [[ $SONAR_TOKEN != "" ]]; then
4444
mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
45+
else
46+
mvn --batch-mode --update-snapshots verify
4547
fi

0 commit comments

Comments
 (0)