New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SBT in cache managers. #302
Conversation
Hello @fmeriaux. Could you please sync with the main branch? |
Done |
Hello @fmeriaux. Could you please add e2e tests for sbt ? |
Yes, no problem, but can you detail a little more what I have to do? |
I am so sick of receiving Github emails from Subscribers 6 a day? How can I
be attached to the thread when I unsubscribed after 5 days last year?
Please delete my email
***@***.*** ***@***.***>*
Donna Murdoch
…On Tue, 12 Apr 2022, 4:50 pm Florian Meriaux, ***@***.***> wrote:
Hello @fmeriaux <https://github.com/fmeriaux>. Could you please add e2e
tests for sbt ?
Yes, no problem, but can you detail a little more what I have to do?
I think it should be something similar to Gradle
<https://github.com/actions/setup-java/blob/main/.github/workflows/e2e-cache.yml#L18-L66>
test.
Thanks, done !
—
Reply to this email directly, view it on GitHub
<#302 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVVEBHXVXZIALDGTVVEZIOTVEUMJXANCNFSM5RQPPSSQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
According to https://github.com/coursier/cache-action#path Cache should use the default OS-dependent location. PR is updated |
The support of sbt caching has been implement recently in actions/setup-java#302 and actions/setup-java#332 by Florian Meriaux
Description:
Describe your changes.
Add SBT cache manager.
Related issue:
Add link to the related issue.
#266 (comment)
Check list: