Add tec package to relevant files

This commit is contained in:
Amir Bandeali
2019-01-23 20:04:47 -08:00
parent 7de5e8d9c8
commit 8b69444602
6 changed files with 9 additions and 35 deletions

View File

@@ -51,6 +51,7 @@ jobs:
- run: yarn wsrun test:circleci @0x/contracts-asset-proxy
- run: yarn wsrun test:circleci @0x/contracts-exchange
- run: yarn wsrun test:circleci @0x/contracts-exchange-forwarder
- run: yarn wsrun test:circleci @0x/contracts-tec
test-contracts-geth:
docker:
- image: circleci/node:9-browsers
@@ -71,6 +72,7 @@ jobs:
- run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-asset-proxy
- run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-exchange
- run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-exchange-forwarder
- run: TEST_PROVIDER=geth yarn wsrun test:circleci @0x/contracts-tec
test-publish:
resource_class: medium+
docker: