fix: ci构建增加测试阶段

This commit is contained in:
lijinyang
2023-02-23 11:17:08 +08:00
parent 46a0985f55
commit 4462b5eaa3

View File

@@ -52,6 +52,16 @@ build_project:
tags:
- galaxy
test:
stage: test
script:
- cnpm run test
when: on_success
only:
- dev
tags:
- galaxy
build_image:
dependencies:
- build_project