mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-22 18:29:55 +00:00
Make each shard upload seperate report using artifacts
This commit is contained in:
parent
d15ea9052a
commit
3730872dc5
11
.github/workflows/test_common.yml
vendored
11
.github/workflows/test_common.yml
vendored
@ -76,15 +76,12 @@ jobs:
|
|||||||
keep_reports: 30
|
keep_reports: 30
|
||||||
report_url: https://waku-org.github.io/waku-interop-tests/${{ env.CALLER }}
|
report_url: https://waku-org.github.io/waku-interop-tests/${{ env.CALLER }}
|
||||||
|
|
||||||
- name: Deploy report to Github Pages
|
- name: Upload allure results
|
||||||
## run pre commit
|
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
|
||||||
if: always()
|
if: always()
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
name: allure-results-${{ matrix.shard }}
|
||||||
publish_branch: gh-pages
|
path: allure-results/
|
||||||
publish_dir: allure-history
|
|
||||||
destination_dir: ${{ env.CALLER }}
|
|
||||||
|
|
||||||
- name: Create job summary
|
- name: Create job summary
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user