Skip to content

Commit 32b636b

Browse files
committed
ignore packaging (only jlink failing) + add unit tests
1 parent 9278a84 commit 32b636b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,11 @@ jobs:
102102
timeout-minutes: 30
103103
strategy:
104104
matrix:
105-
os: [ ubuntu-20.04 ]
105+
os: [ ubuntu-20.04, windows-2022 ]
106106
moduleSet: [ core, it, dbclient, dbclient-oracle, others ]
107107
include:
108108
- { os: ubuntu-20.04, platform: linux }
109+
- { os: windows-2022, platform: windows }
109110
runs-on: ${{ matrix.os }}
110111
name: tests/${{ matrix.moduleSet }}
111112
steps:
@@ -314,7 +315,7 @@ jobs:
314315
timeout-minutes: 30
315316
strategy:
316317
matrix:
317-
os: [ ubuntu-20.04, macos-14, windows-2022 ]
318+
os: [ ubuntu-20.04, macos-14 ]
318319
packaging: [ jar, jlink ]
319320
include:
320321
- { os: ubuntu-20.04, platform: linux }

0 commit comments

Comments
 (0)