From cf083e3fb06291346173a1b89bc2e3dc61b0e7b2 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 6 Feb 2020 15:44:36 +0100 Subject: [PATCH] Run CLI selftest in CI --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0227d0979d..b12f1baa80 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -88,6 +88,12 @@ jobs: COSMOS_ENABLED: 1 SKIP_BUILD: 1 command: yarn test + - run: + name: Run CLI selftest + working_directory: packages/cli + environment: + SKIP_BUILD: 1 + command: yarn selftest - run: command: ./scripts/cosm/stop.sh lint: