Improved how API tests are executed

This commit is contained in:
Alejandro Celaya
2019-01-27 10:54:04 +01:00
parent 558e259b84
commit 76d8fd1023
4 changed files with 57 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ echo 'Copying project files...'
rm -rf "${builtcontent}"
mkdir -p "${builtcontent}"
rsync -av * "${builtcontent}" \
--exclude=bin/test \
--exclude=data/infra \
--exclude=data/travis \
--exclude=data/migrations_template.txt \