Skip to content

Commit

Permalink
chore: fix confusing step name (#2692)
Browse files Browse the repository at this point in the history
This is step does `mvn install` and is not only unit tests.
  • Loading branch information
zhumin8 authored Apr 26, 2024
1 parent 75352d1 commit 849bb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: temurin
cache: maven
- run: mvn -version
- name: Unit Tests
- name: Install
run: mvn install --errors --batch-mode --no-transfer-progress -Dcheckstyle.skip -T 1C
- name: Create issue if previous step fails
if: ${{ failure() }}
Expand Down

0 comments on commit 849bb50

Please sign in to comment.