kaijchen commented on code in PR #399:
URL: https://github.com/apache/incubator-uniffle/pull/399#discussion_r1045889866
##########
.github/workflows/parallel.yml:
##########
@@ -69,6 +69,13 @@ jobs:
steps:
- name: Set /etc/hosts mapping
run: sudo hostname "action-host" | sudo echo "127.0.0.1 action-host" |
sudo tee -a /etc/hosts
+ - name: Cache local Maven repository
Review Comment:
In line 86, we are already caching maven using the default key.
If you wish to customize key, please add `matric.profile` in key name.
Also, it may be better to cache maven after setup jdk.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]