mirror of
https://github.com/gradle/actions.git
synced 2026-04-19 18:12:58 +08:00
Enable dependencies cache on CI
This commit is contained in:
@@ -22,10 +22,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
wrapper-directory: __tests__/data/basic
|
wrapper-directory: __tests__/data/basic
|
||||||
build-root-directory: __tests__/data/basic
|
build-root-directory: __tests__/data/basic
|
||||||
|
dependencies-cache-enabled: true
|
||||||
arguments: test
|
arguments: test
|
||||||
- name: Test dist download
|
- name: Test dist download
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
gradle-version: 6.5
|
gradle-version: 6.5
|
||||||
build-root-directory: __tests__/data/basic
|
build-root-directory: __tests__/data/basic
|
||||||
|
dependencies-cache-enabled: true
|
||||||
arguments: test
|
arguments: test
|
||||||
|
|||||||
@@ -21,10 +21,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
wrapper-directory: __tests__/data/basic
|
wrapper-directory: __tests__/data/basic
|
||||||
build-root-directory: __tests__/data/basic
|
build-root-directory: __tests__/data/basic
|
||||||
|
dependencies-cache-enabled: true
|
||||||
arguments: test
|
arguments: test
|
||||||
- name: Test dist download
|
- name: Test dist download
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
gradle-version: 6.5
|
gradle-version: 6.5
|
||||||
build-root-directory: __tests__/data/basic
|
build-root-directory: __tests__/data/basic
|
||||||
|
dependencies-cache-enabled: true
|
||||||
arguments: test
|
arguments: test
|
||||||
|
|||||||
Reference in New Issue
Block a user