mirror of
https://github.com/gradle/actions.git
synced 2026-03-22 20:15:46 +08:00
Add test debug
This commit is contained in:
17
.github/workflows/ci-integ-test.yml
vendored
17
.github/workflows/ci-integ-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user