We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca30a0 commit 5e85957Copy full SHA for 5e85957
.github/workflows/php.yml
@@ -42,4 +42,12 @@ jobs:
42
- name: PHP ${{ matrix.php }} - Run coverage test suite
43
env:
44
apiKey: ${{ secrets.STEAM_API_KEY }}
45
- run: composer run-script test
+ run: composer run-script test
46
+
47
+ - uses: sarisia/actions-status-discord@v1
48
+ if: ${{ failure() }}
49
+ with:
50
+ status: ${{ job.status }}
51
+ webhook: ${{ secrets.DISCORD_WEBHOOK }}
52
+ title: "${{ matrix.php }}: Tests failed."
53
+ color: 'red'
0 commit comments