File tree Expand file tree Collapse file tree 2 files changed +4
-19
lines changed
Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 1- # Create a Custom Summary!
2-
3- | **Tests 📝** | **Passed ✅** | **Failed ❌** | **Skipped ⏭️** | **Pending ⏳** | **Other ❓** | **Flaky 🍂** | **Duration ⏱️** |
4- | --- | --- | --- | --- | --- | --- | --- | --- |
5- |{{ data.results.summary.tests }} |{{ data.results.summary.passed }} |{{ data.results.summary.failed }} |{{ data.results.summary.skipped }} |{{ data.results.summary.pending }} |{{ data.results.summary.other }} |{{ data.results.summary.start }} |{{ data.results.summary.stop }} |
1+ # {{ github.workflow }} ❌
2+ {{ github.serverUrl }}
3+ {{ github.buildUrl }}
Original file line number Diff line number Diff line change 7373 git status
7474 git --no-pager diff
7575
76- summary :
77- permissions :
78- contents : none
79- runs-on : ubuntu-latest
80- needs : openapi-repositories
81-
82- if : always()
83-
84- name : openapi-repositories-summary
85-
86- steps :
87- - name : Checkout
88- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
89-
9076 - name : Generate Markdown Summary
9177 uses : Ma11hewThomas/github-markdown-builder@v1
78+ if : failure()
9279 with :
9380 template-file-path : ' ./.github/workflows/template.hbs'
9481 pull-request : true
You can’t perform that action at this time.
0 commit comments