github actions report summary

This commit is contained in:
fbarbu15 2023-11-17 10:18:50 +02:00
parent 589368f434
commit 4e4ec599fc
No known key found for this signature in database
GPG Key ID: D75221C8DEA22501

View File

@ -75,3 +75,13 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: allure-history
- name: Create job summary
if: always()
run: |
echo "## Run Information" >> $GITHUB_STEP_SUMMARY
echo "- **Node1**: ${{ inputs.node1 }}" >> $GITHUB_STEP_SUMMARY
echo "- **Node2**: ${{ inputs.node2}}" >> $GITHUB_STEP_SUMMARY
echo "- **Protocol**: ${{ inputs.protocol }}" >> $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