mirror of
https://github.com/gradle/actions.git
synced 2026-03-24 21:04:30 +08:00
Add test debug
This commit is contained in:
parent
5bc431108b
commit
e52572a6e4
17
.github/workflows/ci-integ-test.yml
vendored
17
.github/workflows/ci-integ-test.yml
vendored
@ -32,14 +32,15 @@ jobs:
|
|||||||
needs: build-distribution
|
needs: build-distribution
|
||||||
uses: ./.github/workflows/suite-integ-test-caching.yml
|
uses: ./.github/workflows/suite-integ-test-caching.yml
|
||||||
with:
|
with:
|
||||||
|
runner-os: '["windows-latest"]'
|
||||||
skip-dist: false
|
skip-dist: false
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
other-integ-tests:
|
# other-integ-tests:
|
||||||
permissions:
|
# permissions:
|
||||||
contents: write
|
# contents: write
|
||||||
needs: build-distribution
|
# needs: build-distribution
|
||||||
uses: ./.github/workflows/suite-integ-test-other.yml
|
# uses: ./.github/workflows/suite-integ-test-other.yml
|
||||||
with:
|
# with:
|
||||||
skip-dist: false
|
# skip-dist: false
|
||||||
secrets: inherit
|
# secrets: inherit
|
||||||
|
|||||||
@ -43,6 +43,10 @@ jobs:
|
|||||||
- name: Build with 3.1
|
- name: Build with 3.1
|
||||||
working-directory: .github/workflow-samples/cache-cleanup
|
working-directory: .github/workflow-samples/cache-cleanup
|
||||||
run: ./gradlew --no-daemon --build-cache -Dcommons_math3_version="3.1" build
|
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
|
# Second build will use the cache from the first build, but cleanup should remove unused artifacts
|
||||||
cache-cleanup-assemble-build:
|
cache-cleanup-assemble-build:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user