From 8adf9f4a0a0dd4ff9c96ca9ddb70dccea3f49a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=A9=AC=E5=93=A5=EF=BC=88mercyblitz=EF=BC=89?= Date: Mon, 8 Apr 2024 11:23:46 +0800 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 89faa09..b8281d2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,4 +28,4 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn --batch-mode --update-snapshots clean install --file pom.xml -Drevision=0.0.1-SNAPSHOT \ No newline at end of file + run: mvn --batch-mode --update-snapshots clean install --file pom.xml -Dmaven.test.skip=true -Drevision=0.0.1-SNAPSHOT \ No newline at end of file