Skip to content

Commit

Permalink
split reports per caller
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbu15 committed Jan 18, 2024
1 parent 6fbc2ba commit 5fc3cd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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()
Expand All @@ -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<<EOF'
cat $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 5fc3cd9

Please sign in to comment.