Commit 90bf6944 authored by ioedeveloper's avatar ioedeveloper

Install compactible version of JAVA for selenium in ci

parent 5e7acbcc
......@@ -23,10 +23,18 @@ jobs:
parallelism: 20
steps:
- checkout
- run: java -version
- run: npm install
- run: npm run lint && npm run test && npm run make-mock-compiler
- run:
name: Download Compatible JAVA Version for Selenium
command: |
java -version
apt-get purge --auto-remove java-common
add-apt-repository ppa:openjdk-r/ppa
apt-get update
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
- run:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment