Skip to content

Commit c9924db

Browse files
committed
Issue 868 reenable tests on windows (quarkiverse#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 (cherry picked from commit 48f068f)
1 parent e18208e commit c9924db

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
@@ -28,7 +28,10 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
31-
os: [ubuntu-latest, windows-latest]
31+
os: [
32+
ubuntu-latest,
33+
windows-latest
34+
]
3235
java: [
3336
{ 'version': '17' },
3437
{ 'version': '21' }
@@ -54,7 +57,10 @@ jobs:
5457
runs-on: ${{ matrix.os }}
5558
strategy:
5659
matrix:
57-
os: [ubuntu-latest, windows-latest]
60+
os: [
61+
ubuntu-latest,
62+
windows-latest
63+
]
5864
java: [
5965
{ 'version': '17' },
6066
{ 'version': '21' }

0 commit comments

Comments
 (0)