We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df32a9 commit f158ee3Copy full SHA for f158ee3
1 file changed
.github/workflows/e2e.yml
@@ -129,13 +129,20 @@ jobs:
129
</html>
130
EOF
131
132
- - name: Upload report
+ - name: Upload cucumber report
133
uses: actions/upload-artifact@v4
134
if: always()
135
with:
136
name: report-cucumber
137
path: report.html
138
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
+
146
- name: Rename log file
147
148
run: |
0 commit comments