更新.gitlab-ci.yml文件
This commit is contained in:
parent
afe574d2ca
commit
7accd0ce75
@ -6,6 +6,6 @@ playwright_tests:
|
|||||||
- npx playwright install
|
- npx playwright install
|
||||||
- npx playwright test
|
- npx playwright test
|
||||||
tags:
|
tags:
|
||||||
- docker # 这里要和注册 Runner 时的 `tag-list` 一致
|
- test # 这里要和注册 Runner 时的 `tag-list` 一致
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
|||||||
Reference in New Issue
Block a user