From 3541c6e4758a778eac909feb333c870e9024e962 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Mon, 22 Nov 2021 18:07:17 +0100 Subject: [PATCH] see if assets are needed --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ad6e41db47..6a93abf95f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,6 @@ jobs: key: v1-deps-{{ checksum "package-lock.json" }} paths: - node_modules - - run: npm run downloadsolc_assets - run: npx nx build remix-ide - run: npx nx build remix-ide-e2e-src-local-plugin - run: npm run downloadsolc_assets_dist @@ -125,7 +124,6 @@ jobs: name: Start Selenium command: npx selenium-standalone start background: true - - run: npm run downloadsolc_assets_dist - run: ./apps/remix-ide/ci/browser_test.sh chrome - store_test_results: path: ./reports/tests