We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcfca4 commit 99014d8Copy full SHA for 99014d8
.github/workflows/test.yml
@@ -38,7 +38,7 @@ env:
38
39
jobs:
40
ubuntu:
41
- name: AMD64 Ubuntu 22.04 JDK ${{ matrix.jdk }} Maven ${{ matrix.maven }}
+ name: ${{ matrix.name }} AMD64 Ubuntu 22.04 JDK ${{ matrix.jdk }} Maven ${{ matrix.maven }}
42
runs-on: ubuntu-latest
43
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
44
timeout-minutes: 30
@@ -48,6 +48,11 @@ jobs:
48
jdk: [11, 17, 21, 22]
49
maven: [3.9.9]
50
image: [java, conda-java-jni-cdata]
51
+ include:
52
+ - image: java
53
+ name: ""
54
+ - image: conda-java-jni-cdata
55
+ name: JNI
56
env:
57
JDK: ${{ matrix.jdk }}
58
MAVEN: ${{ matrix.maven }}
0 commit comments