Closed gchristov closed 1 year ago
I do have a Java setup task but it doesn't use caching
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: ${{ env.JAVA_VERSION }}
I just noticed this which might explain the behaviour as I’m running this on a PR branch.
I’ll give it a try on my default branch and if it works I’ll close the issue 👍
I'm going to close this for now. Please comment if you think you've discovered a bug.
I've noticed that my github actions don't seem to be using/saving Gradle's cache anymore. Here's what I get from the actions
and here's my actual config
after which I get
I haven't really made any changes to my config. Any ideas why this might not be saving the cache?