From d246ccbeef47076bb07fc667b7751e6a54a81ba2 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 28 Sep 2020 14:40:53 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 21 --------------------- 1 file changed, 21 deletions(-) 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 }}