diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index cf258df1..25c2bbc6 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -63,7 +63,7 @@ jobs: id: allure-report with: allure_results: allure-results - gh_pages: gh-pages + gh_pages: gh-pages/${{ env.CALLER }} allure_history: allure-history keep_reports: 30 @@ -74,6 +74,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages publish_dir: allure-history + destination_dir: ${{ env.CALLER }} - name: Create job summary if: always() @@ -85,7 +86,7 @@ jobs: echo "- **Node2**: ${{ env.NODE_2 }}" >> $GITHUB_STEP_SUMMARY echo "- **Additonal Nodes**: ${{ env.ADDITIONAL_NODES }}" >> $GITHUB_STEP_SUMMARY echo "## Test Results" >> $GITHUB_STEP_SUMMARY - echo "Allure report will be available at: https://waku-org.github.io/waku-interop-tests/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY + echo "Allure report will be available at: https://waku-org.github.io/waku-interop-tests/${{ env.CALLER }}/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY { echo 'JOB_SUMMARY<