From a2139e0b6df1f21c5b5a878d374bfbf718ea0af3 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Fri, 12 Nov 2021 18:36:47 +0100 Subject: [PATCH] mv --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 16ec967c1b..6d5727dbfe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ jobs: steps: - checkout - - run: TESTFILES=$(circleci tests glob "dist/apps/remix-ide-e2e/src/tests/**/*.test.js") && echo $TESTFILES + - restore_cache: keys: - v1-deps-{{ checksum "package-lock.json" }} @@ -36,6 +36,7 @@ jobs: - run: git submodule update --recursive --init - run: npm run downloadsolc_assets - run: npx nx build remix-ide --with-deps + - run: TESTFILES=$(circleci tests glob "dist/apps/remix-ide-e2e/src/tests/**/*.test.js") && echo $TESTFILES - run: npx nx build remix-ide-e2e-src-local-plugin - run: mkdir persist && zip -r persist/dist.zip dist - persist_to_workspace: