Collect reports into 1 report

This commit is contained in:
aya 2024-12-25 16:30:16 +02:00
parent 1395d4eea3
commit b793a0bf59

View File

@ -90,6 +90,25 @@ jobs:
name: allure-results-${{ matrix.shard }}
path: allure-results/
aggregate-reports:
runs-on: ubuntu-latest
needs: tests
steps:
- name: Download all allure results
uses: actions/download-artifact@v4
with:
path: allure-results
merge-multiple: true
- name: Get allure history
if: always()
uses: actions/checkout@v4
with:
ref: gh-pages
path: gh-pages
- name: Create job summary
if: always()
env: