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