Skip to content

Commit 7f8493d

Browse files
committed
refactor(actions): add Java to step name
Signed-off-by: ok-coder1 <[email protected]>
1 parent cdf92a1 commit 7f8493d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: microsoft
2020
- name: Make Gradle wrapper executable
2121
run: chmod +x ./gradlew
22-
- name: Compile
22+
- name: Compile Java
2323
run: ./gradlew compileJava
2424
- name: Compile client-side Java
2525
run: ./gradlew compileClientJava
@@ -41,7 +41,7 @@ jobs:
4141
distribution: microsoft
4242
- name: Make Gradle wrapper executable
4343
run: chmod +x ./gradlew
44-
- name: Compile
44+
- name: Compile Java
4545
run: ./gradlew compileJava
4646
- name: Compile client-side Java
4747
run: ./gradlew compileClientJava

0 commit comments

Comments
 (0)