Skip to content

Commit 460cafc

Browse files
committed
Update javaci.yml
1 parent ec053cd commit 460cafc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/javaci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515

1616
jobs:
1717
java-check:
18+
name: Java Code Check
1819
runs-on: ubuntu-latest
1920

2021
steps:
@@ -35,6 +36,7 @@ jobs:
3536
run: mvn -B checkstyle:check --no-transfer-progress
3637

3738
java-test:
39+
name: Build and Test
3840
runs-on: ubuntu-latest
3941
needs: java-check
4042

0 commit comments

Comments
 (0)