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:
Martin Bartoš
2023-09-18 17:28:25 +02:00
committed by GitHub
parent 5603ee7b46
commit c2fc2c2b03
3 changed files with 19 additions and 8 deletions
+4 -1
View File
@@ -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