Skip to content

Commit

Permalink
chore(circleci): add slack message in case of failure
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Nov 30, 2020
1 parent fa05774 commit 2355471
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
steps:
- checkout
- run: npm audit
- slack/status:
fail_only: true
failure_message: The audit check for \`$CIRCLE_PROJECT_REPONAME\` has failed.
docker-build-and-push:
docker:
- image: cimg/node:14.15
Expand Down

0 comments on commit 2355471

Please sign in to comment.