seperate install

pull/5370/head
filip mertens 3 years ago
parent d482590252
commit 9cd1fbd088
  1. 18
      .circleci/config.yml

@ -119,9 +119,10 @@ jobs:
- v1-deps-{{ checksum "package-lock.json" }} - v1-deps-{{ checksum "package-lock.json" }}
- run: git submodule sync --recursive - run: git submodule sync --recursive
- run: git submodule update --recursive --init - run: git submodule update --recursive --init
- run: selenium-install
- run: - run:
name: Start Selenium name: Start Selenium
command: npx selenium-standalone install && npx selenium-standalone start command: npx selenium-standalone start
background: true 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:
@ -156,9 +157,10 @@ jobs:
- v1-deps-{{ checksum "package-lock.json" }} - v1-deps-{{ checksum "package-lock.json" }}
- run: git submodule sync --recursive - run: git submodule sync --recursive
- run: git submodule update --recursive --init - run: git submodule update --recursive --init
- run: selenium-install
- run: - run:
name: Start Selenium name: Start Selenium
command: npx selenium-standalone install && npx selenium-standalone start command: npx selenium-standalone start
background: true 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:
@ -193,9 +195,10 @@ jobs:
- v1-deps-{{ checksum "package-lock.json" }} - v1-deps-{{ checksum "package-lock.json" }}
- run: git submodule sync --recursive - run: git submodule sync --recursive
- run: git submodule update --recursive --init - run: git submodule update --recursive --init
- run: selenium-install
- run: - run:
name: Start Selenium name: Start Selenium
command: npx selenium-standalone install && npx selenium-standalone start command: npx selenium-standalone start
background: true background: true
- run: ./apps/remix-ide/ci/browser_tests_firefox_1.sh - run: ./apps/remix-ide/ci/browser_tests_firefox_1.sh
- store_test_results: - store_test_results:
@ -230,9 +233,10 @@ jobs:
- v1-deps-{{ checksum "package-lock.json" }} - v1-deps-{{ checksum "package-lock.json" }}
- run: git submodule sync --recursive - run: git submodule sync --recursive
- run: git submodule update --recursive --init - run: git submodule update --recursive --init
- run: selenium-install
- run: - run:
name: Start Selenium name: Start Selenium
command: npx selenium-standalone install && npx selenium-standalone start command: npx selenium-standalone start
background: true background: true
- run: ./apps/remix-ide/ci/browser_tests_firefox_2.sh - run: ./apps/remix-ide/ci/browser_tests_firefox_2.sh
- store_test_results: - store_test_results:
@ -267,9 +271,10 @@ jobs:
- v1-deps-{{ checksum "package-lock.json" }} - v1-deps-{{ checksum "package-lock.json" }}
- run: git submodule sync --recursive - run: git submodule sync --recursive
- run: git submodule update --recursive --init - run: git submodule update --recursive --init
- run: selenium-install
- run: - run:
name: Start Selenium name: Start Selenium
command: npx selenium-standalone install && npx selenium-standalone start command: npx selenium-standalone start
background: true background: true
- run: ./apps/remix-ide/ci/browser_tests_run_deploy.sh - run: ./apps/remix-ide/ci/browser_tests_run_deploy.sh
- store_test_results: - store_test_results:
@ -302,9 +307,10 @@ jobs:
- restore_cache: - restore_cache:
keys: keys:
- v1-deps-{{ checksum "package-lock.json" }} - v1-deps-{{ checksum "package-lock.json" }}
- run: selenium-install
- run: - run:
name: Start Selenium name: Start Selenium
command: npx selenium-standalone install && npx selenium-standalone start command: npx selenium-standalone start
background: true background: true
- run: git submodule sync --recursive - run: git submodule sync --recursive
- run: git submodule update --recursive --init - run: git submodule update --recursive --init

Loading…
Cancel
Save