@0x:contract-integrations Added the integrations package to CI

This commit is contained in:
Alex Towle 2019-10-09 10:25:01 -07:00
parent be95bce4cd
commit 89ae04803f
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ jobs:
- restore_cache:
keys:
- repo-{{ .Environment.CIRCLE_SHA1 }}
- run: yarn wsrun test:circleci @0x/contracts-multisig @0x/contracts-utils @0x/contracts-exchange-libs @0x/contracts-erc20 @0x/contracts-erc721 @0x/contracts-erc1155 @0x/contracts-asset-proxy @0x/contracts-exchange-forwarder @0x/contracts-tests @0x/contracts-staking @0x/contracts-coordinator
- run: yarn wsrun test:circleci @0x/contracts-multisig @0x/contracts-utils @0x/contracts-exchange-libs @0x/contracts-erc20 @0x/contracts-erc721 @0x/contracts-erc1155 @0x/contracts-asset-proxy @0x/contracts-exchange-forwarder @0x/contracts-dev-utils @0x/contracts-staking @0x/contracts-coordinator @0x/contracts-integrations
# TODO(dorothy-zbornak): Re-enable after updating this package for 3.0.
# - run: yarn wsrun test:circleci @0x/contracts-extensions
test-publish:

View File

@ -7,7 +7,7 @@ import { BigNumber } from '@0x/utils';
import { DeploymentManager, AddressManager } from '../../src';
blockchainTests('Exchange & Staking', async env => {
blockchainTests('Exchange & Staking', env => {
let accounts: string[];
let makerAddress: string;
let takers: string[];