Don't run test on windows

This commit is contained in:
daz 2024-07-16 22:43:22 -06:00
parent 23dad2b1c7
commit a025cbe7ec
No known key found for this signature in database

View File

@ -228,11 +228,7 @@ jobs:
build-root-directory: .github/workflow-samples/no-wrapper${{ matrix.build-root-suffix }}
with-setup-gradle:
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