From 8c831a8bf7bb0931dd2863e90001ed474f8511ee Mon Sep 17 00:00:00 2001 From: James Adams Date: Sat, 1 Feb 2020 10:57:35 -0500 Subject: [PATCH] updated the CircleCI config file to fix indentation errors #53 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd209e8..588d40f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,7 +43,7 @@ jobs: # store artifacts (for example logs, binaries, etc) # to be available in the web app or through the API - store_artifacts: - path: test-reports + path: test-reports test-3.6: <<: *test-template