1. 测试 accessibility

This commit is contained in:
黄昕 2024-03-13 10:58:16 +08:00
parent e229f2cbf0
commit 61289f492c
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ stages :
a11y:
stage: accessibility
image: "$CI_TEMPLATE_REGISTRY_HOST/gitlab-org/ci-cd/accessibility:6.2.3"
tags:
- linux-maven
script:
- /gitlab-accessibility.sh "$a11y_urls"
allow_failure: true