donal
2018-05-09 58480f18403a3e74f9afa99d15c8a89ffaeeec2a
6-return-of-the-app-monitoring/README.md
@@ -111,9 +111,13 @@
2. Our dashboards are set to show the `Description` field from the `Build Fail Analyser`. Run a build by checking in our failed tests and check the result on the Build Monitor created in the previous step
```bash
$ git add .
$ git commit -m "TEST - failing build"
$ git push
git add .
```
```bash
git commit -m "TEST - failing build"
```
```bash
git push
```
![fail-dashboard](../images/exercise6/fail-dashboard.png)