From b86b14a9a4b5642419be6f9ca4dad6dcabeef6fa Mon Sep 17 00:00:00 2001 From: LingandRX Date: Wed, 12 Mar 2025 22:38:50 +0800 Subject: [PATCH] =?UTF-8?q?ci(gitlab):=20=E6=B7=BB=E5=8A=A0=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E5=92=8C=E9=99=90=E5=88=B6=E6=9D=A1=E4=BB=B6=E4=BB=A5?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20CI=20=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65a5b58..2ac6327 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,10 @@ playwright_tests: paths: - test-results/ expire_in: 1 week + tags: + - test # 指定使用标签为 test 的 Runner + only: + - main send_report: stage: report @@ -25,5 +29,7 @@ send_report: else echo "No test results found." fi + tags: + - test # 指定使用标签为 test 的 Runner only: - main \ No newline at end of file