Remove the 'gradle --stop' step from the prod workflow

This commit is contained in:
Daz DeBoer 2021-06-09 11:48:43 -06:00
parent 15bf8034d6
commit 2d78e26c26
No known key found for this signature in database
GPG key ID: 70F584A28F2230E8

View file

@ -30,11 +30,3 @@ jobs:
dependencies-cache-enabled: true dependencies-cache-enabled: true
configuration-cache-enabled: true configuration-cache-enabled: true
arguments: test --configuration-cache arguments: test --configuration-cache
- name: Stop Gradle daemon
uses: ./
with:
gradle-version: rc
build-root-directory: __tests__/data/basic
dependencies-cache-enabled: true
configuration-cache-enabled: true
arguments: --stop