pull/4069/head
filip mertens 1 year ago
parent 2e6e27a338
commit 8c8dad515e
  1. 4
      .circleci/config.yml

@ -169,6 +169,10 @@ jobs:
- run: ls -la ./dist/apps/remix-ide/assets/js
- run: yarn run selenium-install || yarn run selenium-install
- when:
condition:
equal: [ "chrome", << parameters.browser >> ]
steps:
- run: cp ~/bin/chromedriver /home/circleci/remix-project/node_modules/selenium-standalone/.selenium/chromedriver/latest-x64/
- run:
name: Start Selenium

Loading…
Cancel
Save