Browse Source

Merge branch 'release/1.4.2'

tianyunperfect 5 years ago
parent
commit
a9f7dadeb5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/maven.yml

+ 1 - 1
.github/workflows/maven.yml

@@ -21,4 +21,4 @@ jobs:
       with:
         java-version: 1.8
     - name: Build with Maven
-      run: mvn -B package --file pom.xml
+      run: mvn -B package -Dmaven.test.skip=true --file pom.xml