mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +00:00
Collect reports into 1 report
This commit is contained in:
parent
1395d4eea3
commit
b793a0bf59
19
.github/workflows/test_common.yml
vendored
19
.github/workflows/test_common.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user