RasaHQ / rasa-train-test-gha

A GitHub action to run easily rasa train and rasa test in the CIs.

Home Page:https://rasa.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option for `rasa test` to fail the github action

rgstephens opened this issue · comments

I'd like an option for the action/pipeline to fail if there are rasa test failures. Essentially, the same as rasa test --fail-on-prediction-errors.

Currently, if the train fails, the github action fails. Want an option for the action to fail on a test failure.