Avoid running incompatible tests on Windows

This commit is contained in:
daz 2024-04-10 13:11:19 -06:00
parent ffea2635eb
commit 3e155e3d92
No known key found for this signature in database
2 changed files with 2 additions and 10 deletions

View File

@ -116,11 +116,7 @@ jobs:
fi
config-cache:
strategy:
fail-fast: false
matrix:
os: ${{fromJSON(inputs.runner-os)}}
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest # Test is not compatible with Windows
steps:
- name: Checkout sources
uses: actions/checkout@v4

View File

@ -158,11 +158,7 @@ jobs:
build-root-directory: .github/workflow-samples/groovy-dsl
config-cache:
strategy:
fail-fast: false
matrix:
os: ${{fromJSON(inputs.runner-os)}}
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest # Test is not compatible with Windows
steps:
- name: Checkout sources
uses: actions/checkout@v4