From b08763efb65a34c76b9711b723c7c73c36797d20 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Tue, 20 Feb 2024 08:24:30 +0100 Subject: [PATCH] fix cp --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) 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