mirror of
https://github.com/gradle/actions.git
synced 2025-08-24 02:41:29 +08:00
Avoid running incompatible tests on Windows
This commit is contained in:
parent
ffea2635eb
commit
3e155e3d92
@ -116,11 +116,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
config-cache:
|
config-cache:
|
||||||
strategy:
|
runs-on: ubuntu-latest # Test is not compatible with Windows
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
os: ${{fromJSON(inputs.runner-os)}}
|
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -158,11 +158,7 @@ jobs:
|
|||||||
build-root-directory: .github/workflow-samples/groovy-dsl
|
build-root-directory: .github/workflow-samples/groovy-dsl
|
||||||
|
|
||||||
config-cache:
|
config-cache:
|
||||||
strategy:
|
runs-on: ubuntu-latest # Test is not compatible with Windows
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
os: ${{fromJSON(inputs.runner-os)}}
|
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user