Fix the glob pattern for exclusion

This commit is contained in:
Leonid Logvinov
2018-01-16 16:03:06 +01:00
parent a45de6d427
commit e2ca713658

View File

@@ -65,7 +65,7 @@ jobs:
name: testrpc
command: npm run testrpc -- --db testrpc_snapshot
background: true
- run: yarn lerna:run --ignore contracts,0x.js test:circleci
- run: yarn lerna:run --ignore "contracts|0x.js" test:circleci
lint:
working_directory: ~/repo
docker: