Skip to content

Commit 23d215b

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

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 2 deletions
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' }
@@ -53,7 +56,10 @@ jobs:
5356
runs-on: ${{ matrix.os }}
5457
strategy:
5558
matrix:
56-
os: [ubuntu-latest, windows-latest]
59+
os: [
60+
ubuntu-latest,
61+
# windows-latest - Disabled due to https://github.com/quarkiverse/quarkus-openapi-generator/pull/836#issuecomment-2457329495
62+
]
5763
java: [
5864
{ 'version': '17' },
5965
{ 'version': '21' }

0 commit comments

Comments
 (0)