flyrain commented on code in PR #3340:
URL: https://github.com/apache/polaris/pull/3340#discussion_r2666660574
##########
.github/workflows/gradle.yml:
##########
@@ -65,7 +65,7 @@ jobs:
run: |
./gradlew check sourceTarball distTar distZip publishToMavenLocal \
-x :polaris-runtime-service:test \
- -x :polaris-admin:test \
+ -x :polaris-server:test \
Review Comment:
All tests now in `polaris-server` come from the removed module
`polaris-admin`. This is to keep the behavior unchanged.
--
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]