This commit is contained in:
Trask Stalnaker 2022-07-12 00:08:22 -07:00 committed by GitHub
parent b23db97a28
commit 580a40eaf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os:
- windows-latest
- windows-2019
- ubuntu-latest
smoke-test-suite:
- jetty
@ -38,14 +38,14 @@ jobs:
- wildfly
- other
exclude:
- os: ${{ inputs.skip-windows && 'windows-latest' || '' }}
- os: windows-latest
- os: ${{ inputs.skip-windows && 'windows-2019' || '' }}
- os: windows-2019
smoke-test-suite: websphere
fail-fast: false
steps:
- name: Support long paths
run: git config --system core.longpaths true
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-2019'
- uses: actions/checkout@v3