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