Bläddra i källkod

update Github workflow

陈精华 6 månader sedan
förälder
incheckning
6746325bf2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .github/workflows/maven.yml

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

@@ -21,4 +21,4 @@ jobs:
         distribution: 'adopt'
         cache: maven
     - name: Build with Maven
-      run: mvn -B package --file pom.xml
+      run: mvn -B package -Dmaven.test.skip=true --file pom.xml