Azure-Samples / LUIS-DevOps-Template

Template repo encapsulating best engineering practices and DevOps using GitHub Actions for the development of a LUIS application.
MIT License
21 stars 17 forks source link

Implement check in create LUIS app version step and fail workflow on non-success #65

Closed AndyCW closed 4 years ago

AndyCW commented 4 years ago

Currently, if the LUIS app version creation fails (perhaps because of mis-configuration) the workflow strep does not fail the workflow. The problem manifests itself later on, but the immediate cause of the workflow failure is not easy to track down. Should fail the workflow if the LUIS app version creation fails to make it easier for people to diagnose failure cause.