mirror of
https://github.com/gradle/actions.git
synced 2026-03-22 20:15:46 +08:00
Target windows caching tests
This commit is contained in:
24
.github/workflows/ci-integ-test-full.yml
vendored
24
.github/workflows/ci-integ-test-full.yml
vendored
@@ -22,18 +22,18 @@ jobs:
|
||||
group: CI-integ-test-full
|
||||
cancel-in-progress: false
|
||||
with:
|
||||
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
||||
runner-os: '["windows-latest"]'
|
||||
skip-dist: true
|
||||
secrets: inherit
|
||||
|
||||
other-integ-tests:
|
||||
permissions:
|
||||
contents: write
|
||||
uses: ./.github/workflows/suite-integ-test-other.yml
|
||||
concurrency:
|
||||
group: CI-integ-test-full
|
||||
cancel-in-progress: false
|
||||
with:
|
||||
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
||||
skip-dist: true
|
||||
secrets: inherit
|
||||
# other-integ-tests:
|
||||
# permissions:
|
||||
# contents: write
|
||||
# uses: ./.github/workflows/suite-integ-test-other.yml
|
||||
# concurrency:
|
||||
# group: CI-integ-test-full
|
||||
# cancel-in-progress: false
|
||||
# with:
|
||||
# runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
|
||||
# skip-dist: true
|
||||
# secrets: inherit
|
||||
|
||||
Reference in New Issue
Block a user