aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-12-12 02:04:17 +0800
committerGitHub <noreply@github.com>2018-12-12 02:04:17 +0800
commite6c1c2a658cb6f821d200c5471d0a1d05a5d0042 (patch)
treebd0308705ff59708174d75c91b837029393952cd /.circleci/config.yml
parenteec9957831c3f12a0e3088b213cb765c2418b9c4 (diff)
parent36736f82d4cb2dcaef550ea593ed38a12fcf213a (diff)
downloaddexon-sol-tools-e6c1c2a658cb6f821d200c5471d0a1d05a5d0042.tar
dexon-sol-tools-e6c1c2a658cb6f821d200c5471d0a1d05a5d0042.tar.gz
dexon-sol-tools-e6c1c2a658cb6f821d200c5471d0a1d05a5d0042.tar.bz2
dexon-sol-tools-e6c1c2a658cb6f821d200c5471d0a1d05a5d0042.tar.lz
dexon-sol-tools-e6c1c2a658cb6f821d200c5471d0a1d05a5d0042.tar.xz
dexon-sol-tools-e6c1c2a658cb6f821d200c5471d0a1d05a5d0042.tar.zst
dexon-sol-tools-e6c1c2a658cb6f821d200c5471d0a1d05a5d0042.zip
Merge pull request #1413 from 0xProject/feature/contracts-monorepo-7
Contracts monorepo 7
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 6bb8d903d..6e018c62d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -44,7 +44,8 @@ jobs:
- run: yarn wsrun test:circleci @0x/contracts-utils
- run: yarn wsrun test:circleci @0x/contracts-libs
- run: yarn wsrun test:circleci @0x/contracts-tokens
- - run: yarn wsrun test:circleci @0x/contracts-core
+ - run: yarn wsrun test:circleci @0x/contracts-extensions
+ - run: yarn wsrun test:circleci @0x/contracts-protocol
test-contracts-geth:
docker:
- image: circleci/node:9
@@ -60,7 +61,8 @@ jobs:
- run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-utils
- run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-libs
- run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-tokens
- - run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-core
+ - run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-extensions
+ - run: TEST_PROVIDER=geth yarn wsrun test @0x/contracts-protocol
test-publish:
resource_class: medium+
docker: