Skip to content

Commit eb66676

Browse files
committed
Simplify job name in CI
1 parent 651f2dd commit eb66676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- calculator-kotlin-junit-jupiter
2525
- spring-java-junit-jupiter
2626

27-
name: 'Test ${{ matrix.example }}'
27+
name: '${{ matrix.example }}'
2828
runs-on: ubuntu-latest
2929

3030
steps:

0 commit comments

Comments
 (0)