Restrict quick-check workflow to ubuntu for faster feedback

This commit is contained in:
Daz DeBoer 2022-05-29 12:13:55 -06:00
parent 1ba2a63e58
commit f9e15febb7
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
12 changed files with 75 additions and 42 deletions

View file

@ -11,53 +11,64 @@ jobs:
uses: ./.github/workflows/integ-test-action-inputs.yml
with:
cache-key-prefix: ${{github.run_number}}-
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
caching-config:
uses: ./.github/workflows/integ-test-action-inputs-caching.yml
with:
cache-key-prefix: ${{github.run_number}}-
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
execution-with-caching:
uses: ./.github/workflows/integ-test-execution-with-caching.yml
with:
cache-key-prefix: ${{github.run_number}}-
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
execution:
uses: ./.github/workflows/integ-test-execution.yml
with:
cache-key-prefix: ${{github.run_number}}-
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
gradle-versions:
uses: ./.github/workflows/integ-test-gradle-versions.yml
with:
cache-key-prefix: ${{github.run_number}}-
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
restore-configuration-cache:
uses: ./.github/workflows/integ-test-restore-configuration-cache.yml
with:
cache-key-prefix: ${{github.run_number}}-
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
restore-custom-gradle-home:
uses: ./.github/workflows/integ-test-restore-custom-gradle-home.yml
with:
cache-key-prefix: ${{github.run_number}}-
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
restore-gradle-home:
uses: ./.github/workflows/integ-test-restore-gradle-home.yml
with:
cache-key-prefix: ${{github.run_number}}-
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
restore-java-toolchain:
uses: ./.github/workflows/integ-test-restore-java-toolchain.yml
with:
cache-key-prefix: ${{github.run_number}}-
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
sample-kotlin-dsl:
uses: ./.github/workflows/integ-test-sample-kotlin-dsl.yml
with:
cache-key-prefix: ${{github.run_number}}-
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
sample-gradle-plugin:
uses: ./.github/workflows/integ-test-sample-gradle-plugin.yml
with:
cache-key-prefix: ${{github.run_number}}-
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'