From 3456377e15fbf6f863ab3c40e3ab041ea71d8015 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Wed, 8 Mar 2023 14:17:18 +0100 Subject: [PATCH] env test --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 19172c4601..bc252b4804 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,6 +20,7 @@ jobs: FILES_TO_PACKAGE: "dist/apps/remix-ide/index.html dist/apps/remix-ide/404.html dist/apps/remix-ide/*.js dist/apps/remix-ide/assets dist/apps/remix-ide/favicon.ico" steps: + - run: printenv - checkout - restore_cache: keys: @@ -29,7 +30,7 @@ jobs: key: v1-deps-{{ checksum "yarn.lock" }} paths: - node_modules - - run: printenv + - run: name: Build command: |