From 5461db8cd546e52445ca650cb13b2ed2731902e4 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 18 Nov 2021 22:22:36 +0100 Subject: [PATCH] Set all the chain variables for ./run_examples.sh --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c66112c6..d020123b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -290,7 +290,13 @@ jobs: name: Run CLI examples working_directory: packages/cli environment: + LAUNCHPAD_ENABLED: 1 + SIMAPP42_ENABLED: 1 + SLOW_SIMAPP42_ENABLED: 1 + TENDERMINT_ENABLED: 1 + SOCKETSERVER_ENABLED: 1 SKIP_BUILD: 1 + WASMD_ENABLED: 1 command: ./run_examples.sh - run: name: Stop chains