Updates circle-ci to create cli conf for unit test

This commit is contained in:
Sergi Delgado Segura
2020-01-23 20:02:05 +01:00
parent 3d13cfbe39
commit ebea93c103

View File

@@ -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