We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5817e commit 3749963Copy full SHA for 3749963
1 file changed
.github/workflows/build.yml
@@ -42,4 +42,6 @@ jobs:
42
run: |
43
if [[ $SONAR_TOKEN != "" ]]; then
44
mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
45
+ else
46
+ mvn --batch-mode --update-snapshots verify
47
fi
0 commit comments