Do <jvm-test-suites> support build caching? I’m se...
# community-support
e
Do jvm-test-suites support build caching? I’m seeing
Copy code
Task ':app:integrationTest' is not up-to-date because:
  No history is available
When running the same task w/ unchanged inputs on github actions, using the setup-gradle action
t
if you check the build scan it may have still hit the build-cache. Pretty sure gradle checks for up to date before trying to load from cache. no sense in trying to download cache entry if everything is already in the build dir
☝️ 1
e
Next line is
Copy code
file or directory '/actions-runner/_work/app/build/classes/java/integrationTest', not found
And then it spins up a test executor