File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,17 @@ jobs:
1212 test :
1313 strategy :
1414 matrix :
15- os : [ubuntu-latest, macos-latest, windows-latest]
15+ os :
16+ - image : ubuntu-latest
17+ - image : macos-latest
18+ mac-backend : jdk
19+ - image : macos-latest
20+ mac-backend : jna
21+ - image : windows-latest
1622 jdk : [11, 17, 21]
23+
1724 fail-fast : false
18- runs-on : ${{ matrix.os }}
25+ runs-on : ${{ matrix.os.image }}
1926 steps :
2027 - uses : actions/checkout@v4
2128 - run : echo " " >> pom.xml # make sure the cache is slightly different for these runners
2734 cache : ' maven'
2835
2936 - name : test
30- run : mvn -B clean test
37+ run : mvn -B clean test -DargLine="-Dengineering.swat.java-watch.mac=${{ matrix.os.mac-backend }}"
3138 env :
3239 DELAY_FACTOR : 3
3340
You can’t perform that action at this time.
0 commit comments