mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-02 12:48:36 +02:00
Test coverage: Verify local build cache is restored with gradle-user-home
This commit is contained in:
parent
75e00ee3d1
commit
a587e93714
3 changed files with 27 additions and 0 deletions
18
.github/workflows/prod.yml
vendored
18
.github/workflows/prod.yml
vendored
|
@ -89,6 +89,24 @@ jobs:
|
|||
gradle-user-home-cache-enabled: read-only
|
||||
project-dot-gradle-cache-enabled: read-only
|
||||
|
||||
# Test that the gradle-user-home cache will cache and restore local build-cachee
|
||||
build-cache:
|
||||
needs: seed-build
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2
|
||||
- name: Execute Gradle build and verify tasks from cache
|
||||
uses: ./
|
||||
with:
|
||||
build-root-directory: __tests__/samples/basic
|
||||
arguments: test -DverifyCachedBuild=true
|
||||
gradle-user-home-cache-enabled: read-only
|
||||
project-dot-gradle-cache-enabled: read-only
|
||||
|
||||
configuration-cache:
|
||||
needs: seed-build
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue