Skip to content

Commit

Permalink
ci(unit-test): [alert] add unit test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr committed Dec 19, 2024
1 parent 099d06d commit 3e2ef5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-unit-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
.split(',')
.map((c) => c.trim())
.filter((c) => /^[a-z\-\/]+$/.test(c))
.map((c) => `"\\/${c}\\/"`)
.map((c) => `${c}`)
components = [...new Set(components)].slice(0, 3).join(' ')
core.setOutput('testComponents', components)
} else {
Expand Down

0 comments on commit 3e2ef5d

Please sign in to comment.