Fix job name (#7654)
This commit is contained in:
parent
90209fe53b
commit
fc81be47e5
|
@ -19,7 +19,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-latest-deps:
|
test-latest-deps:
|
||||||
name: testLatestDeps${{ matrix.test-partition }} (${{ matrix.test-java-version }}, ${{ matrix.vm }})
|
name: testLatestDeps${{ matrix.test-partition }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue