diff --git a/.circleci/config.yml b/.circleci/config.yml index 9653d6c48c..cfa67a8cf5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -393,6 +393,7 @@ jobs: condition: equal: [ "chrome", << parameters.browser >> ] steps: + - run: mkdir -p node_modules/selenium-standalone/.selenium/chromedriver/latest-x64/ - run: cp ~/bin/chromedriver /home/circleci/remix-project/node_modules/selenium-standalone/.selenium/chromedriver/latest-x64/ - run: name: Start Selenium @@ -440,6 +441,7 @@ jobs: - run: unzip ./persist/plugin-<< parameters.plugin >>.zip - run: yarn install --cwd ./apps/remix-ide-e2e --modules-folder ../../node_modules - run: yarn run selenium-install --singleDriverInstall=firefox + - run: mkdir -p node_modules/selenium-standalone/.selenium/chromedriver/latest-x64/ - run: cp ~/bin/chromedriver /home/circleci/remix-project/node_modules/selenium-standalone/.selenium/chromedriver/latest-x64/ - run: name: Start Selenium