Browse Source

👷 更新 CI 流程

3.x
Yangkai.Shen 2 years ago
parent
commit
f67d01baa5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/check_compile.yml

+ 1
- 1
.github/workflows/check_compile.yml View File

@@ -16,5 +16,5 @@ jobs:
java-version: '17'
distribution: 'corretto'
cache: maven
- name: 编译检查
- name: 编译打包
run: mvn clean package -DskipTests -Dmaven.javadoc.skip=true -B -V

Loading…
Cancel
Save