Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Feb 8, 2025
1 parent a6a7c3a commit 90f94a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
const comment =`
# TDesign Component Ecosystem CI [Open](${run_url})
| Component | Status | Job |
| :-------: | :----: | :--: |
| --------- | :----: | :--: |
${tdesign.map(job => {
const status = job.conclusion === 'success' ? '✅' : '❌';
return `| ${job.name} | ${status} | [Open](${job.html_url}) |`
Expand Down

0 comments on commit 90f94a1

Please sign in to comment.