diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6acba583..b725b005 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,25 +45,4 @@ jobs: nats-streaming-server & go test -tags kubernetes,nats -v ./... - - name: Notify of test failure - if: failure() - uses: rtCamp/action-slack-notify@v2.0.0 - env: - SLACK_CHANNEL: build - SLACK_COLOR: '#BF280A' - SLACK_ICON: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png - SLACK_TITLE: Tests Failed - SLACK_USERNAME: GitHub Actions - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }} - - - name: Notify of test success - if: success() - uses: rtCamp/action-slack-notify@v2.0.0 - env: - SLACK_CHANNEL: build - SLACK_COLOR: '#1FAD2B' - SLACK_ICON: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png - SLACK_TITLE: Tests Passed - SLACK_USERNAME: GitHub Actions - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}