Skip to content

Commit 38c5a26

Browse files
authored
ci(e2e): [tree] optimize e2e precise matching logic (#2740)
1 parent 16644a5 commit 38c5a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-e2e-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
.split(',')
3030
.map((c) => c.trim())
3131
.filter((c) => /^[a-z\-\/]+$/.test(c))
32-
.map((c) => `"\\/${c}\\/"`)
32+
.map((c) => `"\\/app\\/${c}\\/"`)
3333
components = [...new Set(components)].join(' ')
3434
core.setOutput('testComponents', components)
3535
} else {

0 commit comments

Comments
 (0)