From 5c15f91f70edf37292ea37c82f9211f2d8cd2e27 Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Thu, 15 Jun 2017 19:00:51 -0500 Subject: [PATCH] look for tests with namespace in ci_feature --- cumulusci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cumulusci.yml b/cumulusci.yml index 66cdad1..46c18af 100644 --- a/cumulusci.yml +++ b/cumulusci.yml @@ -8,8 +8,14 @@ project: prefix_release: rel/ flows: + ci_feature: + tasks: + # Set run_tests_debug to query for test classes with the namespace + 8: + options: + managed: True release_beta: tasks: # Ignore failures on release notes generation 3: - ignore_failure: True \ No newline at end of file + ignore_failure: True