diff --git a/.github/workflows/ci-integ-test.yml b/.github/workflows/ci-integ-test.yml index aef5d7c2..f656ce6a 100644 --- a/.github/workflows/ci-integ-test.yml +++ b/.github/workflows/ci-integ-test.yml @@ -32,14 +32,15 @@ jobs: needs: build-distribution uses: ./.github/workflows/suite-integ-test-caching.yml with: + runner-os: '["windows-latest"]' skip-dist: false secrets: inherit - other-integ-tests: - permissions: - contents: write - needs: build-distribution - uses: ./.github/workflows/suite-integ-test-other.yml - with: - skip-dist: false - secrets: inherit + # other-integ-tests: + # permissions: + # contents: write + # needs: build-distribution + # uses: ./.github/workflows/suite-integ-test-other.yml + # with: + # skip-dist: false + # secrets: inherit diff --git a/.github/workflows/integ-test-cache-cleanup.yml b/.github/workflows/integ-test-cache-cleanup.yml index e90125aa..6caafacf 100644 --- a/.github/workflows/integ-test-cache-cleanup.yml +++ b/.github/workflows/integ-test-cache-cleanup.yml @@ -43,6 +43,10 @@ jobs: - name: Build with 3.1 working-directory: .github/workflow-samples/cache-cleanup run: ./gradlew --no-daemon --build-cache -Dcommons_math3_version="3.1" build + - name: Print Gradle User Home + run: | + ls "D:/a/.gradle/caches" + du -hc "D:/a/.gradle/caches" # Second build will use the cache from the first build, but cleanup should remove unused artifacts cache-cleanup-assemble-build: