Skip to content

Commit 7d2d04c

Browse files
committed
Github Job Summary to build test jobs
1 parent 4573cb2 commit 7d2d04c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ jobs:
163163
with:
164164
name: Clean_install_results_${{ matrix.os }}
165165
path: atest/output
166+
- name: Github Job Summary
167+
if: ${{ always() }}
168+
run: |
169+
python -m GHAReports --robotlog atest/output/output.xml
166170
167171
publish-to-pypi:
168172
needs:

0 commit comments

Comments
 (0)