Skip to content

Commit 587971a

Browse files
committed
fix github build failures due to test-infra modules not built
1 parent 0bdbe83 commit 587971a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/detect-dependencies/detect-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ main() {
9090
fi
9191

9292
echo "🧪 Testing the following modules $modules_affected and its dependents"
93-
$mavenBinary $MVND_OPTS clean test -pl "$modules_affected$exclusionList" -amd
93+
$mavenBinary $MVND_OPTS clean test -pl "$modules_affected$exclusionList" -amd -am
9494
}
9595

9696
main "$@"

0 commit comments

Comments
 (0)