mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-07 23:50:03 -05:00
Keystore location does not work for Windows (#23209)
* Keystore location does not work for Windows Fixes #22185 * Enable Quarkus UT for Windows Closes #23208
This commit is contained in:
@@ -126,7 +126,10 @@ jobs:
|
||||
name: Quarkus UT
|
||||
needs: build
|
||||
timeout-minutes: 15
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest, windows-latest ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user