Fix testLatestDeps caching (#5637)

This commit is contained in:
Trask Stalnaker 2022-03-20 09:27:08 -07:00 committed by GitHub
parent 9d445bd0b9
commit 60180b5a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ jobs:
- name: Test
if: ${{ !inputs.skip }}
uses: gradle/gradle-build-action@v2
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
GE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
GE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}
with:
arguments: test -PtestLatestDeps=true ${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
# testLatestDeps dependencies bundle is over 2gb, which causes restoring it to fail with: