Skip to content

Commit 7aa2477

Browse files
FidelusAleksanderchriswblakeCopilot
authored
feat: rename step-results template to step-results-table and simplify it (#29)
Co-authored-by: Christopher W. Blake <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 630e4f3 commit 7aa2477

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed
Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,36 @@
11
{{#passed}}
2+
23
## Step {{ step_number }} - Passed ✅
4+
35
{{/passed}}
46
{{^passed}}
7+
58
## Step {{ step_number }} - Fail ❌
9+
610
{{/passed}}
711

812
{{#passed}}
9-
<img src="https://octodex.github.com/images/inflatocat.png" align="right" height="200px" />
13+
<img src="https://octodex.github.com/images/inflatocat.png" align="right" height="200px" alt="Inflatocat image indicating the step passed" />
1014
{{/passed}}
1115
{{^passed}}
12-
<img src="https://octodex.github.com/images/spidertocat.png" align="right" height="100px" />
16+
<img src="https://octodex.github.com/images/spidertocat.png" align="right" height="100px" alt="Spidertocat image indicating the step failed" />
1317
Some checks failed. Please review the results below and try again.
1418

1519
Time to find the bug! 🤔
1620
{{/passed}}
1721

18-
| Status | Name | Message |
19-
| --- | --- | --- |
22+
| Status | Description |
23+
| --- | --- |
2024
{{#results_table}}
21-
| {{#passed}}✅ - Pass{{/passed}}{{^passed}}❌ - Fail{{/passed}} | {{ name }} | {{ message }} |
25+
| {{#passed}}✅ - Pass{{/passed}}{{^passed}}❌ - Fail{{/passed}} | {{ description }} |
2226
{{/results_table}}
2327

2428
{{#tips.length}}
29+
2530
### Tips
2631

2732
{{#tips}}
33+
2834
- {{.}}
29-
{{/tips}}
30-
{{/tips.length}}
35+
{{/tips}}
36+
{{/tips.length}}

0 commit comments

Comments
 (0)