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

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