mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
fix: variable substitution
This commit is contained in:
parent
563d4f0a54
commit
79b37b085f
3
.github/workflows/test_common.yml
vendored
3
.github/workflows/test_common.yml
vendored
@ -79,5 +79,6 @@ jobs:
|
||||
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
|
||||
curl -H "Content-Type: application/json" -X POST -d '{"username": "${{ github.workflow }}", "content": "${GITHUB_STEP_SUMMARY}" }' --url '${{ secrets.DISCORD_TEST_REPORTS_WH }}'
|
||||
echo "{"username": "${{ github.workflow }}", "content": "${GITHUB_STEP_SUMMARY}" }" > $GITHUB_STEP_SUMMARY
|
||||
curl -H "Content-Type: application/json" -X POST -d "${GITHUB_STEP_SUMMARY}" --url "${{ secrets.DISCORD_TEST_REPORTS_WH }}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user