alexeykudinkin commented on code in PR #7885:
URL: https://github.com/apache/hudi/pull/7885#discussion_r1099457030
##########
.github/workflows/bot.yml:
##########
@@ -98,7 +98,7 @@ jobs:
SCALA_PROFILE: 'scala-2.12'
FLINK_PROFILE: ${{ matrix.flinkProfile }}
run:
- mvn test -Punit-tests -D"$SCALA_PROFILE" -D"$FLINK_PROFILE" -pl
hudi-examples/hudi-examples-flink $MVN_ARGS
+ mvn test -Punit-tests -Pfunctional-tests -D"$SCALA_PROFILE"
-D"$FLINK_PROFILE" -pl hudi-examples/hudi-examples-flink $MVN_ARGS
Review Comment:
Yeah, i forgot these are mutex. Fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]