From 820b5b11cec5f0ba244b9e66a063f91876bee4a9 Mon Sep 17 00:00:00 2001 From: Nicolas Setton Date: Fri, 4 Jan 2019 15:15:01 -0500 Subject: [PATCH] Add the templates to the test_conf.yaml spec Useful for developers! --- resources/test_conf.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/test_conf.yaml b/resources/test_conf.yaml index 8e57f37..3566527 100644 --- a/resources/test_conf.yaml +++ b/resources/test_conf.yaml @@ -13,4 +13,7 @@ sources: - repo: templates examples: - simple_main -... \ No newline at end of file + - ada_main + - spark_main + - inline_code +...