From 33e9a1a44ff698d5b6d25e3bb2ad39e3c0445ec3 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 18 Aug 2022 00:39:50 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20=E6=9B=B4=E6=96=B0=20?= =?UTF-8?q?CI=20=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check_compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_compile.yml b/.github/workflows/check_compile.yml index 8238c76..fb1f376 100644 --- a/.github/workflows/check_compile.yml +++ b/.github/workflows/check_compile.yml @@ -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