Skip to content

Commit 7413be0

Browse files
committed
Extend build workflow to run tests on macOS with/without JNA
1 parent 9a87477 commit 7413be0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os:
1616
- image: ubuntu-latest
1717
- image: macos-latest
18-
argLine: -Dengineering.swat.java-watch.mac=jdk
18+
argLine: [-Dengineering.swat.java-watch.mac=jdk, -Dengineering.swat.java-watch.mac=jna]
1919
- image: windows-latest
2020
jdk: [11, 17, 21]
2121
# argLine: ["", -Dengineering.swat.java-watch.mac=jdk, -Dengineering.swat.java-watch.mac=jna]
@@ -49,7 +49,7 @@ jobs:
4949
cache: 'maven'
5050

5151
- name: test
52-
run: mvn -B clean test # -DargLine="${{ matrix.argLine }}"
52+
run: mvn -B clean test -DargLine="${{ matrix.argLine }}"
5353
env:
5454
DELAY_FACTOR: 3
5555

0 commit comments

Comments
 (0)