Skip to content

Commit 49237d2

Browse files
committed
update
1 parent 4b6e284 commit 49237d2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ env:
3838

3939
jobs:
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 }}

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ volumes:
3030
name: maven-cache
3131

3232
services:
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

0 commit comments

Comments
 (0)