mirror of
https://github.com/gradle/actions.git
synced 2025-08-25 03:11:28 +08:00
Don't run test on windows
This commit is contained in:
parent
23dad2b1c7
commit
a025cbe7ec
@ -228,11 +228,7 @@ jobs:
|
|||||||
build-root-directory: .github/workflow-samples/no-wrapper${{ matrix.build-root-suffix }}
|
build-root-directory: .github/workflow-samples/no-wrapper${{ matrix.build-root-suffix }}
|
||||||
|
|
||||||
with-setup-gradle:
|
with-setup-gradle:
|
||||||
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