Skip to content

Commit 414a3c1

Browse files
committed
Add failed summary to console
1 parent 8d4e91b commit 414a3c1

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/on-push.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/on-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)