diff --git a/.circleci/config.yml b/.circleci/config.yml index 56e832b79e..1ea7fc53e5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -124,6 +124,7 @@ jobs: name: Start Selenium command: npx selenium-standalone start background: true + - run: npm run downloadsolc_assets - run: ./apps/remix-ide/ci/browser_test.sh chrome - store_test_results: path: ./reports/tests @@ -162,6 +163,7 @@ jobs: name: Start Selenium command: npx selenium-standalone start background: true + - run: npm run downloadsolc_assets - run: ./apps/remix-ide/ci/browser_test.sh firefox - store_test_results: path: ./reports/tests @@ -200,6 +202,7 @@ jobs: name: Start Selenium command: npx selenium-standalone start background: true + - run: npm run downloadsolc_assets - run: ./apps/remix-ide/ci/browser_tests_plugin_api.sh - store_test_results: path: ./reports/tests