From d1eda2d1dce149333ccccfc6a9c654aeb7ff6859 Mon Sep 17 00:00:00 2001 From: TangHuan Date: Wed, 2 Apr 2025 09:31:23 +0800 Subject: [PATCH] init-cicd --- .gitea/workflows/dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 3c977c6..a08f3e3 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -21,10 +21,10 @@ jobs: architecture: x64 - name: 编译 - run: clean install -U -DskipTests -Pprod + run: mvn clean install -U -DskipTests -Pprod - name: 打包 - run: clean install -U -DskipTests -Pprod + run: mvn clean install -U -DskipTests -Pprod - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository