Skip to content

Commit 48f068f

Browse files
authored
Issue 868 reenable tests on windows (#1166)
* Reenable tests on Windows Issue 868 * Revert "Reenable tests on Windows" This reverts commit 6393e0c. * Reenable tests on Windows Issue 868 * Revert "Reenable tests on Windows" This reverts commit c780504. * Reenable tests on Windows Issue 868
1 parent bf2608e commit 48f068f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
os: [
3232
ubuntu-latest,
33-
# windows-latest - Disabled due to https://github.com/quarkiverse/quarkus-openapi-generator/pull/836#issuecomment-2457329495
33+
windows-latest
3434
]
3535
java: [
3636
{ 'version': '17' },
@@ -59,7 +59,7 @@ jobs:
5959
matrix:
6060
os: [
6161
ubuntu-latest,
62-
# windows-latest - Disabled due to https://github.com/quarkiverse/quarkus-openapi-generator/pull/836#issuecomment-2457329495
62+
windows-latest
6363
]
6464
java: [
6565
{ 'version': '17' },

0 commit comments

Comments
 (0)