init-cicd
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 10s

This commit is contained in:
TangHuan 2025-04-02 10:27:20 +08:00
parent af635942af
commit c5d0a13167

View File

@ -30,7 +30,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: 编译
run: chmod +x ./mvnw && ./mvnw -s settings.xml -p trydo -p huawei clean install -U -DskipTests -Pprod
run: chmod +x ./mvnw && ./mvnw -s settings.xml -B -Ptrydo -Phuawei clean install -U -DskipTests -Pprod
- name: 打包
run: ./mvnw spring-boot:build-image-no-fork