From f67d01baa58731ff323835e909fd1a701e370815 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 18 Aug 2022 00:41:52 +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 fb1f376..ff4915c 100644 --- a/.github/workflows/check_compile.yml +++ b/.github/workflows/check_compile.yml @@ -16,5 +16,5 @@ jobs: java-version: '17' distribution: 'corretto' cache: maven - - name: 编译检查 + - name: 编译打包 run: mvn clean package -DskipTests -Dmaven.javadoc.skip=true -B -V