We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bdbe83 commit b01565dCopy full SHA for b01565d
.github/actions/detect-dependencies/detect-test.sh
@@ -90,7 +90,7 @@ main() {
90
fi
91
92
echo "🧪 Testing the following modules $modules_affected and its dependents"
93
- $mavenBinary $MVND_OPTS clean test -pl "$modules_affected$exclusionList" -amd
+ $mavenBinary $MVND_OPTS clean install -DskipITs -pl "$modules_affected$exclusionList" -amd -am
94
}
95
96
main "$@"
0 commit comments