Skip to content

Commit 849bb50

Browse files
authored
chore: fix confusing step name (#2692)
This is step does `mvn install` and is not only unit tests.
1 parent 75352d1 commit 849bb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: temurin
2424
cache: maven
2525
- run: mvn -version
26-
- name: Unit Tests
26+
- name: Install
2727
run: mvn install --errors --batch-mode --no-transfer-progress -Dcheckstyle.skip -T 1C
2828
- name: Create issue if previous step fails
2929
if: ${{ failure() }}

0 commit comments

Comments
 (0)