Skip to content

Commit 9819062

Browse files
committed
Add send reports to discord again
1 parent 9b99139 commit 9819062

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test_common.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,13 @@ jobs:
141141
cat $GITHUB_STEP_SUMMARY
142142
echo EOF
143143
} >> $GITHUB_ENV
144+
145+
- name: Send report to Discord
146+
uses: rjstone/discord-webhook-notify@v1
147+
if: always() && env.CALLER != 'manual'
148+
with:
149+
severity: ${{ job.status == 'success' && 'info' || 'error' }}
150+
username: ${{ github.workflow }}
151+
description: "## Job Result: ${{ job.status }}"
152+
details: ${{ env.JOB_SUMMARY }}
153+
webhookUrl: ${{ secrets.DISCORD_TEST_REPORTS_WH }}

0 commit comments

Comments
 (0)