Skip to content

Commit 4842b46

Browse files
committed
Use robotframework-ghareports
1 parent 367cd00 commit 4842b46

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/on-push.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@ jobs:
209209
with:
210210
name: Test results-${{ matrix.os }}-${{ matrix.shard }}-${{ matrix.python-version }}-${{ matrix.node-version }}
211211
path: atest/output
212+
- name: Github Job Summary
213+
if: ${{ always() }}
214+
run: |
215+
python -m GHAReports --robotlog atest/output/output.xml
216+
212217
test-install:
213218
needs: build
214219
runs-on: ${{ matrix.os }}
@@ -299,3 +304,7 @@ jobs:
299304
with:
300305
name: ${{ matrix.os }} ${{ matrix.python-version }} ${{ matrix.node-version }} Clean install results
301306
path: atest/output
307+
- name: Github Job Summary
308+
if: ${{ always() }}
309+
run: |
310+
python -m GHAReports --robotlog atest/output/output.xml

Browser/dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ robotframework-crypto >= 0.4.2
2222
robotframework-archivelibrary >= 0.4.3
2323
uv >= 0.8.15
2424
build >= 1.3.0
25+
robotframework-ghareports >= 0.8.1

0 commit comments

Comments
 (0)