From 95ca0c2f4740b661ed2b4d999b357291a08e51a9 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Mon, 22 Nov 2021 18:13:49 +0100 Subject: [PATCH] rm asset call --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6a93abf95f..89bf2c51e2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -162,7 +162,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 firefox - store_test_results: path: ./reports/tests @@ -201,7 +200,6 @@ jobs: name: Start Selenium command: npx selenium-standalone start background: true - - run: npm run downloadsolc_assets_dist - run: ./apps/remix-ide/ci/browser_tests_plugin_api.sh - store_test_results: path: ./reports/tests