rollback circle ci

pull/1715/head
yann300 3 years ago
parent 2027b429c7
commit f27360e9a5
  1. 12
      .circleci/config.yml

@ -76,11 +76,11 @@ jobs:
- run: npx nx build remix-ide --with-deps - run: npx nx build remix-ide --with-deps
- run: - run:
name: Download Selenium name: Download Selenium
command: npm run selenium-install command: ./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
- run: - run:
name: Start Selenium name: Start Selenium
command: npm run selenium command: ./node_modules/.bin/selenium-standalone start --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
background: false background: true
- run: ./apps/remix-ide/ci/browser_tests_chrome_1.sh - run: ./apps/remix-ide/ci/browser_tests_chrome_1.sh
- store_test_results: - store_test_results:
path: ./reports/tests path: ./reports/tests
@ -110,11 +110,11 @@ jobs:
- run: npx nx build remix-ide --with-deps - run: npx nx build remix-ide --with-deps
- run: - run:
name: Download Selenium name: Download Selenium
command: npm run selenium-install command: ./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
- run: - run:
name: Start Selenium name: Start Selenium
command: npm run selenium command: ./node_modules/.bin/selenium-standalone start --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
background: false background: true
- run: ./apps/remix-ide/ci/browser_tests_chrome_2.sh - run: ./apps/remix-ide/ci/browser_tests_chrome_2.sh
- store_test_results: - store_test_results:
path: ./reports/tests path: ./reports/tests

Loading…
Cancel
Save