Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d246ccb

Browse files
authored
Update tests.yml
1 parent 017e156 commit d246ccb

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,4 @@ jobs:
4545
nats-streaming-server &
4646
go test -tags kubernetes,nats -v ./...
4747
48-
- name: Notify of test failure
49-
if: failure()
50-
uses: rtCamp/[email protected]
51-
env:
52-
SLACK_CHANNEL: build
53-
SLACK_COLOR: '#BF280A'
54-
SLACK_ICON: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
55-
SLACK_TITLE: Tests Failed
56-
SLACK_USERNAME: GitHub Actions
57-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
58-
59-
- name: Notify of test success
60-
if: success()
61-
uses: rtCamp/[email protected]
62-
env:
63-
SLACK_CHANNEL: build
64-
SLACK_COLOR: '#1FAD2B'
65-
SLACK_ICON: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
66-
SLACK_TITLE: Tests Passed
67-
SLACK_USERNAME: GitHub Actions
68-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
6948

0 commit comments

Comments
 (0)