Skip to content

Commit

Permalink
ci(e2e): [tree] optimize e2e precise matching logic
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr committed Jan 6, 2025
1 parent a76d9d1 commit 4e8785d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
.split(',')
.map((c) => c.trim())
.filter((c) => /^[a-z\-\/]+$/.test(c))
.map((c) => `"\\/${c}\\/"`)
.map((c) => `"\\/app\\/${c}\\/"`)
components = [...new Set(components)].join(' ')
core.setOutput('testComponents', components)
} else {
Expand Down

0 comments on commit 4e8785d

Please sign in to comment.