From a2e4aaa9a394c359b9bf817ff154572eb33d4fb5 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 26 Mar 2018 13:00:56 +0200 Subject: Add clean-state tests --- .circleci/config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 31a58a963..d4ffe62ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,6 +27,16 @@ jobs: key: repo-{{ .Environment.CIRCLE_SHA1 }} paths: - ~/repo + test-installation: + docker: + - image: circleci/node:6.12 + working_directory: ~/repo + steps: + - restore_cache: + keys: + - repo-{{ .Environment.CIRCLE_SHA1 }} + - run: yarn lerna:exec 'yarn pack --filename package.tgz' + - run: yarn test:installation test-0xjs: docker: - image: circleci/node:6.12 @@ -174,6 +184,9 @@ workflows: main: jobs: - build + - test-installation: + requires: + - build - test-0xjs: requires: - build -- cgit v1.2.3