mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 00:43:07 +00:00
github actions report summary
This commit is contained in:
parent
589368f434
commit
4e4ec599fc
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user