zhuangchong commented on code in PR #3939:
URL:
https://github.com/apache/incubator-seatunnel/pull/3939#discussion_r1090289761
##########
.github/workflows/backend.yml:
##########
@@ -302,14 +301,14 @@ jobs:
- name: run all modules unit test
if: needs.changes.outputs.api == 'true'
run: |
- ./mvnw -B -T 1C clean verify -D"maven.test.skip"=false
-D"checkstyle.skip"=true -D"license.skipAddThirdParty"=true
--no-snapshot-updates
+ ./mvnw -B -T 1C clean verify -D"maven.test.skip"=false
-D"license.skipAddThirdParty"=true --no-snapshot-updates
Review Comment:
The skip of spotless is not added, the following are the same situation.
--
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]