mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Use pre-installed Gradle when version matches
By executing Gradle on the PATH, we can avoid downloading and installing a Gradle version that is already available on the runner. Fixes #270
This commit is contained in:
3
.github/workflows/integ-test-execution.yml
vendored
3
.github/workflows/integ-test-execution.yml
vendored
@@ -24,9 +24,6 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: ${{fromJSON(inputs.runner-os)}}
|
||||
include:
|
||||
- os: windows-latest
|
||||
script-suffix: '.bat'
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
|
||||
Reference in New Issue
Block a user