Skip to content

Commit 52794cb

Browse files
committed
Disabled tests on Windows
Signed-off-by: Helber Belmiro <[email protected]>
1 parent dfddec1 commit 52794cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
strategy:
2929
matrix:
30-
os: [ubuntu-latest, windows-latest]
30+
os: [
31+
ubuntu-latest,
32+
# windows-latest - Disabled due to https://github.com/quarkiverse/quarkus-openapi-generator/pull/836#issuecomment-2457329495
33+
]
3134
java: [
3235
{ 'version': '17' },
3336
{ 'version': '21' }

0 commit comments

Comments
 (0)