Skip to content

Commit 99014d8

Browse files
committed
name?
1 parent 5fcfca4 commit 99014d8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ env:
3838

3939
jobs:
4040
ubuntu:
41-
name: AMD64 Ubuntu 22.04 JDK ${{ matrix.jdk }} Maven ${{ matrix.maven }}
41+
name: ${{ matrix.name }} AMD64 Ubuntu 22.04 JDK ${{ matrix.jdk }} Maven ${{ matrix.maven }}
4242
runs-on: ubuntu-latest
4343
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
4444
timeout-minutes: 30
@@ -48,6 +48,11 @@ jobs:
4848
jdk: [11, 17, 21, 22]
4949
maven: [3.9.9]
5050
image: [java, conda-java-jni-cdata]
51+
include:
52+
- image: java
53+
name: ""
54+
- image: conda-java-jni-cdata
55+
name: JNI
5156
env:
5257
JDK: ${{ matrix.jdk }}
5358
MAVEN: ${{ matrix.maven }}

0 commit comments

Comments
 (0)