Skip to content

Commit

Permalink
optimize build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Dec 6, 2023
1 parent 6bd7637 commit 04c2c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: "Print maven version"
run: ./mvnw -version
# step 4.1
- name: "Test, Check style, Check license with Maven and Java${{ matrix.java }}"
- name: "Test, Check style, Check license with Maven and Java8"
if: matrix.java == '8'
run: |
./mvnw -T 4C clean test \
Expand Down

0 comments on commit 04c2c18

Please sign in to comment.