Skip to content

Commit f158ee3

Browse files
committed
feat: add html report as an artifact
1 parent 3df32a9 commit f158ee3

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,20 @@ jobs:
129129
</html>
130130
EOF
131131
132-
- name: Upload report
132+
- name: Upload cucumber report
133133
uses: actions/upload-artifact@v4
134134
if: always()
135135
with:
136136
name: report-cucumber
137137
path: report.html
138138

139+
- name: Upload html report
140+
uses: actions/upload-artifact@v4
141+
if: always()
142+
with:
143+
name: report-html
144+
path: target/my-report.html
145+
139146
- name: Rename log file
140147
if: always()
141148
run: |

0 commit comments

Comments
 (0)