1. 测试 accessibility

This commit is contained in:
黄昕 2024-03-13 10:54:49 +08:00
parent 0bd4916f77
commit f1b2d7b709
1 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
variables:
variables :
a11y_urls: "http://localhost:9276/cmhi/api/login http://localhost:9276/cmhi/api/version"
include:
include :
- template: "Verify/Accessibility.gitlab-ci.yml"
stages :
@ -11,6 +11,11 @@ stages :
- integration-test
- package
accessibility :
stage: sonarqube-check
tags :
- linux-maven
# 代码质量检查
sonarqube-check :
stage : sonarqube-check