编译打包 -> 再运行测试
Some checks failed
构建并部署 Spring Boot 应用 / build-and-deploy (push) Failing after 3m58s

This commit is contained in:
2025-09-28 02:04:49 +08:00
parent ab0fd8b397
commit 3cecae3cb9

View File

@@ -46,6 +46,11 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: 编译和打包项目
run: |
mvn clean package -DskipTests
ls -la target/
- name: 运行测试
run: mvn test