From e9fc3ea82b68220b671d60f9730aaaa6cbbfea59 Mon Sep 17 00:00:00 2001 From: ajaxzheng <894103554@qq.com> Date: Thu, 2 Jan 2025 15:43:29 +0800 Subject: [PATCH] ci(e2e): remove the limit on the number of E2E test case components in git-action --- .github/workflows/test-e2e-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-e2e-pr.yml b/.github/workflows/test-e2e-pr.yml index 4c88a0dedc..ad47617290 100644 --- a/.github/workflows/test-e2e-pr.yml +++ b/.github/workflows/test-e2e-pr.yml @@ -30,7 +30,7 @@ jobs: .map((c) => c.trim()) .filter((c) => /^[a-z\-\/]+$/.test(c)) .map((c) => `"\\/${c}\\/"`) - components = [...new Set(components)].slice(0, 3).join(' ') + components = [...new Set(components)].join(' ') core.setOutput('testComponents', components) } else { const warningString =`**[e2e-test-warn]**