File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,6 +148,8 @@ jobs:
148148 if : ${{ always() }}
149149 run : |
150150 python -m GHAReports --robotlog atest/output/output.xml
151+ python -m GHAReports --robotlog atest/output/output.xml --markdown fail.md --no-totals --no-passes --no-skipped --fails --no-warnings
152+ cat fail.md
151153
152154 build :
153155 runs-on : ${{ matrix.os }}
@@ -296,6 +298,8 @@ jobs:
296298 if : ${{ always() }}
297299 run : |
298300 python -m GHAReports --robotlog atest/output/output.xml
301+ python -m GHAReports --robotlog atest/output/output.xml --markdown fail.md --no-totals --no-passes --no-skipped --fails --no-warnings
302+ cat fail.md
299303
300304 build_browser_batteries_wheels :
301305 name : Build wheels on ${{ matrix.os }} for BrowserBatteries tests
@@ -434,3 +438,5 @@ jobs:
434438 if : ${{ always() }}
435439 run : |
436440 python -m GHAReports --robotlog atest/output/output.xml
441+ python -m GHAReports --robotlog atest/output/output.xml --markdown fail.md --no-totals --no-passes --no-skipped --fails --no-warnings
442+ cat fail.md
Original file line number Diff line number Diff line change @@ -201,6 +201,8 @@ jobs:
201201 if : ${{ always() }}
202202 run : |
203203 python -m GHAReports --robotlog atest/output/output.xml
204+ python -m GHAReports --robotlog atest/output/output.xml --markdown fail.md --no-totals --no-passes --no-skipped --fails --no-warnings
205+ cat fail.md
204206
205207 publish-browser-to-pypi :
206208 needs :
You can’t perform that action at this time.
0 commit comments