Skip to content

Commit 7c63474

Browse files
committed
Use OS and Java version in job name
1 parent 6516616 commit 7c63474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions:
1515

1616
jobs:
1717
build:
18+
name: Build on ${{ matrix.os }} with Java ${{ matrix.java }}
1819
strategy:
1920
fail-fast: false
2021
matrix:

0 commit comments

Comments
 (0)