mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-03-30 08:23:16 +00:00
notify nwaku devs when stuff fails
This commit is contained in:
parent
8f86daa7b4
commit
24f8f195c2
5
.github/workflows/test_common.yml
vendored
5
.github/workflows/test_common.yml
vendored
@ -78,6 +78,8 @@ jobs:
|
||||
|
||||
- name: Create job summary
|
||||
if: always()
|
||||
env:
|
||||
JOB_STATUS: ${{ job.status }}
|
||||
run: |
|
||||
echo "## Run Information" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- **Event**: ${{ github.event_name }}" >> $GITHUB_STEP_SUMMARY
|
||||
@ -87,6 +89,9 @@ 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/${{ env.CALLER }}/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY
|
||||
if [ "$JOB_STATUS" = "success" ]; then
|
||||
echo "cc @nwaku engineers" >> $GITHUB_STEP_SUMMARY
|
||||
fi
|
||||
{
|
||||
echo 'JOB_SUMMARY<<EOF'
|
||||
cat $GITHUB_STEP_SUMMARY
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user