We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0edd6 commit d976277Copy full SHA for d976277
.github/workflows/ci.yml
@@ -84,11 +84,18 @@ jobs:
84
with:
85
name: e2e-test-results
86
path: logs/e2e
87
-
+
88
+ - name: Install Dependencies
89
+ run: pip install robotframework
90
91
+ - name: Merge Reports
92
+ run: |
93
+ rebot --merge logs/api/output.xml logs/e2e/output.xml --output logs/output.xml --report logs/report.html --log logs/log.html
94
95
- name: Upload Artifacts
96
uses: actions/upload-pages-artifact@v3
97
- path: ./
98
+ path: logs/
99
100
- name: Deploy to Github Pages
101
id: deployment
0 commit comments