File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3838
3939jobs :
4040 ubuntu :
41- name : ${{ matrix.name }} AMD64 Ubuntu JDK ${{ matrix.jdk }} Maven ${{ matrix.maven }}
41+ name : AMD64 ${{ matrix.name }} JDK ${{ matrix.jdk }} Maven ${{ matrix.maven }}
4242 runs-on : ubuntu-latest
4343 if : ${{ !contains(github.event.pull_request.title, 'WIP') }}
4444 timeout-minutes : 30
@@ -47,12 +47,12 @@ jobs:
4747 matrix :
4848 jdk : [11, 17, 21, 22]
4949 maven : [3.9.9]
50- image : [java , conda-jni-cdata]
50+ image : [ubuntu , conda-jni-cdata]
5151 include :
52- - image : java
53- name : " "
52+ - image : ubuntu
53+ name : " Ubuntu "
5454 - image : conda-jni-cdata
55- name : JNI
55+ name : " Conda JNI"
5656 env :
5757 JDK : ${{ matrix.jdk }}
5858 MAVEN : ${{ matrix.maven }}
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ volumes:
3030 name : maven-cache
3131
3232services :
33- java :
33+ ubuntu :
3434 # Usage:
35- # docker compose build java
36- # docker compose run java
35+ # docker compose build ubuntu
36+ # docker compose run ubuntu
3737 # Parameters:
3838 # MAVEN: 3.9.9
3939 # JDK: 11, 17, 21
You can’t perform that action at this time.
0 commit comments