Added build step for Java 8 download for run and deploy job

pull/17/head
ioedeveloper 4 years ago committed by Aniket
parent 8bfd6b607e
commit 1ead7924d2
  1. 8
      .circleci/config.yml

@ -106,6 +106,14 @@ jobs:
- checkout
- run: npm install
- run: npm run lint
- run:
name: Download Compatible JAVA Version for Selenium
command: |
java -version
sudo apt-get purge --auto-remove java-common
sudo apt-get update
sudo apt-get install openjdk-8-jdk
java -version
- run:
name: Download Selenium
command: ./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js

Loading…
Cancel
Save