From aefd8348d2405e1528e28698943cadf633a88c63 Mon Sep 17 00:00:00 2001 From: Paul Merlin Date: Mon, 15 Jun 2020 16:03:04 +0200 Subject: [PATCH] Enable configuration cache on CI --- .github/workflows/dev.yml | 4 ++-- .github/workflows/prod.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 3a33534..0ee668e 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -28,8 +28,8 @@ jobs: - name: Test dist download uses: ./ with: - gradle-version: 6.5 + gradle-version: 6.6-milestone-1 build-root-directory: __tests__/data/basic dependencies-cache-enabled: true configuration-cache-enabled: true - arguments: test + arguments: test --configuration-cache diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index a64c498..2e44205 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -27,8 +27,8 @@ jobs: - name: Test dist download uses: ./ with: - gradle-version: 6.5 + gradle-version: 6.6-milestone-1 build-root-directory: __tests__/data/basic dependencies-cache-enabled: true configuration-cache-enabled: true - arguments: test + arguments: test --configuration-cache