File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,11 @@ jobs:
209
209
with :
210
210
name : Test results-${{ matrix.os }}-${{ matrix.shard }}-${{ matrix.python-version }}-${{ matrix.node-version }}
211
211
path : atest/output
212
+ - name : Github Job Summary
213
+ if : ${{ always() }}
214
+ run : |
215
+ python -m GHAReports --robotlog atest/output/output.xml
216
+
212
217
test-install :
213
218
needs : build
214
219
runs-on : ${{ matrix.os }}
@@ -299,3 +304,7 @@ jobs:
299
304
with :
300
305
name : ${{ matrix.os }} ${{ matrix.python-version }} ${{ matrix.node-version }} Clean install results
301
306
path : atest/output
307
+ - name : Github Job Summary
308
+ if : ${{ always() }}
309
+ run : |
310
+ python -m GHAReports --robotlog atest/output/output.xml
Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ robotframework-crypto >= 0.4.2
22
22
robotframework-archivelibrary >= 0.4.3
23
23
uv >= 0.8.15
24
24
build >= 1.3.0
25
+ robotframework-ghareports >= 0.8.1
You can’t perform that action at this time.
0 commit comments