mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
fix: move GITHUB_STEP_SUMMARY after run
This commit is contained in:
parent
5394801475
commit
a6f43bede0
5
.github/workflows/test_common.yml
vendored
5
.github/workflows/test_common.yml
vendored
@ -76,8 +76,6 @@ jobs:
|
||||
|
||||
- name: Create job summary
|
||||
if: always()
|
||||
env:
|
||||
GITHUB_STEP_SUMMARY: ""
|
||||
run: |
|
||||
echo "## Run Information" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- **Node1**: ${{ env.NODE_1 }}" >> $GITHUB_STEP_SUMMARY
|
||||
@ -86,4 +84,5 @@ jobs:
|
||||
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
|
||||
curl -H "Content-Type: application/json" -X POST -d '{"username": "${{ github.workflow }}", "content": "${{ GITHUB_STEP_SUMMARY }}"}' ${{ secrets.DISCORD_TEST_REPORTS_WH }}
|
||||
|
||||
env:
|
||||
GITHUB_STEP_SUMMARY: ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user