Skip to content

Commit a54e0e7

Browse files
committedFeb 14, 2025
Fix job name
1 parent 83902de commit a54e0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build-common.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
path: "sboms/*.json"
223223

224224
test:
225-
name: test${{ matrix.test-partition }} (${{ matrix.test-java-version }}, ${{ matrix.vm }}), indy ${{ matrix.test-indy }})
225+
name: test${{ matrix.test-partition }} (${{ matrix.test-java-version }}, ${{ matrix.vm }}, indy ${{ matrix.test-indy }})
226226
runs-on: ubuntu-latest
227227
strategy:
228228
matrix:

0 commit comments

Comments
 (0)