From ebea93c103ee4ee64e85e302041d8e78c37d012a Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Thu, 23 Jan 2020 20:02:05 +0100 Subject: [PATCH] Updates circle-ci to create cli conf for unit test --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 98cb5e0..12f9be5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,8 +60,10 @@ jobs: # Run unit tests - run: - name: Create pisa config - command: cp pisa/sample_conf.py pisa/conf.py + name: Creates config files + command: | + cp pisa/sample_conf.py pisa/conf.py + cp apps/cli/sample_conf.py apps/cli/conf.py - run: name: Run pisa unit tests