mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 00:01:05 -05:00
Enable configuration cache on CI
This commit is contained in:
parent
4c7d97cca4
commit
f2de61db4e
2 changed files with 4 additions and 0 deletions
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
wrapper-directory: __tests__/data/basic
|
||||
build-root-directory: __tests__/data/basic
|
||||
dependencies-cache-enabled: true
|
||||
configuration-cache-enabled: true
|
||||
arguments: test
|
||||
- name: Test dist download
|
||||
uses: ./
|
||||
|
@ -30,4 +31,5 @@ jobs:
|
|||
gradle-version: 6.5
|
||||
build-root-directory: __tests__/data/basic
|
||||
dependencies-cache-enabled: true
|
||||
configuration-cache-enabled: true
|
||||
arguments: test
|
||||
|
|
2
.github/workflows/prod.yml
vendored
2
.github/workflows/prod.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
wrapper-directory: __tests__/data/basic
|
||||
build-root-directory: __tests__/data/basic
|
||||
dependencies-cache-enabled: true
|
||||
configuration-cache-enabled: true
|
||||
arguments: test
|
||||
- name: Test dist download
|
||||
uses: ./
|
||||
|
@ -29,4 +30,5 @@ jobs:
|
|||
gradle-version: 6.5
|
||||
build-root-directory: __tests__/data/basic
|
||||
dependencies-cache-enabled: true
|
||||
configuration-cache-enabled: true
|
||||
arguments: test
|
||||
|
|
Loading…
Reference in a new issue