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