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 3529532 commit b1d1860Copy full SHA for b1d1860
.github/workflows/tests.yml
@@ -81,3 +81,12 @@ jobs:
81
flags: ${{ matrix.python-version }}
82
token: ${{ secrets.CODECOV_TOKEN }}
83
verbose: true
84
+ - name: Send notifications of failing tests
85
+ if: failure() && github.ref == 'refs/heads/main'
86
+ uses: slackapi/[email protected]
87
+ with:
88
+ webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
89
+ webhook-type: webhook-trigger
90
+ payload: |
91
+ action_url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
92
+ repository: ${{ github.repository }}
0 commit comments