Skip to content

Commit d976277

Browse files
author
luccasdasilvacandido
committed
[ci]: testing merge reports
1 parent 6d0edd6 commit d976277

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,18 @@ jobs:
8484
with:
8585
name: e2e-test-results
8686
path: logs/e2e
87-
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+
8895
- name: Upload Artifacts
8996
uses: actions/upload-pages-artifact@v3
9097
with:
91-
path: ./
98+
path: logs/
9299

93100
- name: Deploy to Github Pages
94101
id: deployment

0 commit comments

Comments
 (0)