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

This commit is contained in:
TangHuan 2025-04-02 10:24:33 +08:00
parent b46f6942a4
commit af635942af

View File

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