From 3f45ac233f4e66d9b6694d949afb4c5505cf0ece Mon Sep 17 00:00:00 2001 From: LingandRX Date: Mon, 17 Mar 2025 23:40:13 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=94=B9GitLab=20CI=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了playwright_tests阶段的artifacts配置中的一个路径 - 保留了test-results/目录,删除了playwright-report/目录 - 保留了artifacts的expire_in设置为1周 --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dddd2a2..581a280 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,6 @@ playwright_tests: fi artifacts: paths: - - test-results/ - playwright-report/ expire_in: 1 week tags: