ci: 修改GitLab CI配置
- 移除了playwright_tests阶段的artifacts配置中的一个路径 - 保留了test-results/目录,删除了playwright-report/目录 - 保留了artifacts的expire_in设置为1周
This commit is contained in:
parent
554ea2408d
commit
3f45ac233f
@ -20,7 +20,6 @@ playwright_tests:
|
||||
fi
|
||||
artifacts:
|
||||
paths:
|
||||
- test-results/
|
||||
- playwright-report/
|
||||
expire_in: 1 week
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user