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

This commit is contained in:
TangHuan 2025-04-02 09:31:23 +08:00
parent e3e59148e3
commit d1eda2d1dc

View File

@ -21,10 +21,10 @@ jobs:
architecture: x64 architecture: x64
- name: 编译 - name: 编译
run: clean install -U -DskipTests -Pprod run: mvn clean install -U -DskipTests -Pprod
- name: 打包 - 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." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository - name: List files in the repository