We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e4d38 commit f0b3a45Copy full SHA for f0b3a45
1 file changed
.circleci/config.yml
@@ -10,6 +10,13 @@ jobs:
10
- restore_cache:
11
key: maven-dep-cache-{{ checksum "pom.xml" }}
12
- run: mvn spotless:check animal-sniffer:check test verify
13
+ - run:
14
+ name: Test Failed
15
+ when: on_fail
16
+ command: |
17
+ wget https://raw.githubusercontent.com/segmentio/circleci-notifications/master/slack-notify-branch.sh
18
+ chmod u+x slack-notify-branch.sh
19
+ BUILD_STATUS="Failed" NOTIFY_BRANCH="master" ./slack-notify-branch.sh
20
- run: mvn package -B
21
- save_cache:
22
0 commit comments