OCT 1. 更新 gitlab-ci 配置, 支持 测试

This commit is contained in:
黄昕 2024-03-05 17:37:43 +08:00
parent dbb6770a3f
commit db4adaa15a
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
# 本次构建的阶段: compile、package、deploy
stages :
- sonarqube-check
- compile
- integration-test
- package
sonarqube-check :
stage : sonarqube-check
@ -46,7 +44,7 @@ integration-test:
- master
script:
- echo "=============== 开始集成测试 ==============="
- mvn test -D test=IntegrationTestSuite
- mvn test
# 打包
package :