Merge pull request #14466 from frappe/manassolanki-patch-12

Only run the ERPNext tests
This commit is contained in:
Manas Solanki 2018-06-11 19:30:01 +05:30 committed by GitHub
commit b81e384753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,11 +44,11 @@ jobs:
- stage: test
script:
- set -e
- bench run-tests
- bench run-tests --app erpnext
env: Server Side Test
- # stage
script:
- wget http://build.erpnext.com/20171108_190013_955977f8_database.sql.gz
- bench --force restore ~/frappe-bench/20171108_190013_955977f8_database.sql.gz --mariadb-root-password travis
- bench migrate
env: Patch Testing
env: Patch Testing