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,7 +44,7 @@ jobs:
- stage: test
script:
- set -e
- bench run-tests
- bench run-tests --app erpnext
env: Server Side Test
- # stage
script: