Browse Source

👷 更新 CI 流程

3.x
Yangkai.Shen 2 years ago
parent
commit
33e9a1a44f
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

@@ -17,4 +17,4 @@ jobs:
distribution: 'corretto'
cache: maven
- name: 编译检查
run: mvn clean compile -DskipTests -Dmaven.javadoc.skip=true -B -V
run: mvn clean package -DskipTests -Dmaven.javadoc.skip=true -B -V

Loading…
Cancel
Save