mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
CI prod check workflow stops Gradle daemon at the end
to allow for dependency caching to work on windows
This commit is contained in:
parent
4f9b5202aa
commit
053f389907
1 changed files with 8 additions and 0 deletions
8
.github/workflows/prod.yml
vendored
8
.github/workflows/prod.yml
vendored
|
@ -30,3 +30,11 @@ jobs:
|
|||
dependencies-cache-enabled: true
|
||||
configuration-cache-enabled: true
|
||||
arguments: test --configuration-cache
|
||||
- name: Stop Gradle daemon
|
||||
uses: ./
|
||||
with:
|
||||
gradle-version: 6.6-milestone-1
|
||||
build-root-directory: __tests__/data/basic
|
||||
dependencies-cache-enabled: true
|
||||
configuration-cache-enabled: true
|
||||
arguments: --stop
|
||||
|
|
Loading…
Reference in a new issue