OCT 1. 更新 gitlab-ci 配置, 支持 测试
This commit is contained in:
parent
dbb6770a3f
commit
db4adaa15a
|
@ -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 :
|
||||
|
|
Loading…
Reference in New Issue