From 3730872dc5cde93c8cfd5d17b11e9efa7451be29 Mon Sep 17 00:00:00 2001 From: aya Date: Tue, 24 Dec 2024 17:07:06 +0200 Subject: [PATCH] Make each shard upload seperate report using artifacts --- .github/workflows/test_common.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index fd344fd1..dc89d861 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -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: