Skip to content

Commit

Permalink
Added Slack notifications (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raalsky authored Jan 25, 2022
1 parent 620b126 commit f223284
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@ jobs:
run: |
pytest ./e2e_tests -m integrations
- name: Notify
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
job_name: test (${{ matrix.os }}, ${{ matrix.python-version }})
fields: repo,message,commit,author,eventName,workflow,job,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: always()

publish:
needs: [lint, test]
runs-on: ubuntu-latest
Expand Down

0 comments on commit f223284

Please sign in to comment.