File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed
Expand file tree Collapse file tree 2 files changed +15
-11
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 }} |
Original file line number Diff line number Diff line change 88
99name : Generate OpenAPI in Repositories
1010
11- on :
12- pull_request :
13- push :
14- branches :
15- - main
16- - master
17- - stable*
11+ on : pull_request
1812
1913permissions :
2014 contents : read
8579 - name : Show changes of the API for assistance
8680 working-directory : temp-repository/
8781 run : |
88- git status
89- git --no-pager diff
82+ git status
83+ git --no-pager diff
9084
9185 summary :
9286 permissions :
9993 name : openapi-repositories-summary
10094
10195 steps :
102- - name : Summary status
103- run : if ${{ needs.openapi-repositories.result != 'success' && needs.openapi-repositories.result != 'skipped' }}; then exit 1; fi
96+ - name : Generate Markdown Summary
97+ uses : Ma11hewThomas/github-markdown-builder@v1
98+ with :
99+ template-file-path : ' ./template.hbs'
100+ pull-request : true
101+ env :
102+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments