tests update

This commit is contained in:
Sam 2018-04-10 22:11:33 +02:00
parent 824e98b996
commit 2e0d0da4b6
2 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,6 @@ before_script:
- docker-compose -f docker-compose-ci.yml up --build -d
script:
- psql -c 'create database mpwo_test;' -U postgres
- docker-compose -f docker-compose-ci.yml run mpwo-api flask db upgrade
- sh test.sh
after_script:

View File

@ -11,6 +11,8 @@ inspect() {
docker-compose -f docker-compose-ci.yml run mpwo-api py.test mpwo_api
inspect $? api
docker-compose -f docker-compose-ci.yml run mpwo-api flask db upgrade
testcafe chrome mpwo_client/e2e
inspect $? e2e