@0x:contract-integrations
Added the integrations package to CI
This commit is contained in:
parent
be95bce4cd
commit
89ae04803f
@ -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:
|
||||
|
@ -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[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user