mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-12-25 13:26:19 +08:00
Enable configuration cache on CI
This commit is contained in:
parent
f2de61db4e
commit
aefd8348d2
4
.github/workflows/dev.yml
vendored
4
.github/workflows/dev.yml
vendored
@ -28,8 +28,8 @@ jobs:
|
|||||||
- name: Test dist download
|
- name: Test dist download
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
gradle-version: 6.5
|
gradle-version: 6.6-milestone-1
|
||||||
build-root-directory: __tests__/data/basic
|
build-root-directory: __tests__/data/basic
|
||||||
dependencies-cache-enabled: true
|
dependencies-cache-enabled: true
|
||||||
configuration-cache-enabled: true
|
configuration-cache-enabled: true
|
||||||
arguments: test
|
arguments: test --configuration-cache
|
||||||
|
4
.github/workflows/prod.yml
vendored
4
.github/workflows/prod.yml
vendored
@ -27,8 +27,8 @@ jobs:
|
|||||||
- name: Test dist download
|
- name: Test dist download
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
gradle-version: 6.5
|
gradle-version: 6.6-milestone-1
|
||||||
build-root-directory: __tests__/data/basic
|
build-root-directory: __tests__/data/basic
|
||||||
dependencies-cache-enabled: true
|
dependencies-cache-enabled: true
|
||||||
configuration-cache-enabled: true
|
configuration-cache-enabled: true
|
||||||
arguments: test
|
arguments: test --configuration-cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user