CI prod check workflow stops Gradle daemon at the end

to allow for dependency caching to work on windows
This commit is contained in:
Paul Merlin 2020-06-15 20:08:27 +02:00
parent 4f9b5202aa
commit 053f389907

View file

@ -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