File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 45
45
nats-streaming-server &
46
46
go test -tags kubernetes,nats -v ./...
47
47
48
- - name : Notify of test failure
49
- if : failure()
50
-
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
-
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 }}
69
48
You can’t perform that action at this time.
0 commit comments