|
|
|
@ -118,8 +118,6 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "package-lock.json" }} |
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
|
- run: npm run selenium-install |
|
|
|
|
- run: |
|
|
|
|
name: Start Selenium |
|
|
|
@ -157,8 +155,6 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "package-lock.json" }} |
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
|
- run: npm run selenium-install |
|
|
|
|
- run: |
|
|
|
|
name: Start Selenium |
|
|
|
@ -196,8 +192,6 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "package-lock.json" }} |
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
|
- run: npm run selenium-install |
|
|
|
|
- run: |
|
|
|
|
name: Start Selenium |
|
|
|
@ -235,8 +229,6 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "package-lock.json" }} |
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
|
- run: npm run selenium-install |
|
|
|
|
- run: |
|
|
|
|
name: Start Selenium |
|
|
|
@ -274,8 +266,6 @@ jobs: |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "package-lock.json" }} |
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
|
- run: npm run selenium-install |
|
|
|
|
- run: |
|
|
|
|
name: Start Selenium |
|
|
|
@ -318,8 +308,6 @@ jobs: |
|
|
|
|
name: Start Selenium |
|
|
|
|
command: npx selenium-standalone start |
|
|
|
|
background: true |
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
|
- run: ./apps/remix-ide/ci/browser_tests_plugin_api.sh |
|
|
|
|
- store_test_results: |
|
|
|
|
path: ./reports/tests |
|
|
|
@ -344,9 +332,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
|
- checkout |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "package-lock.json" }} |
|
|
|
|
- run: npm install |
|
|
|
|
- run: npm run downloadsolc_assets |
|
|
|
|
- run: npm run build:production |
|
|
|
|
- run: |
|
|
|
@ -374,8 +360,6 @@ jobs: |
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
|
- checkout |
|
|
|
|
- run: git submodule sync --recursive |
|
|
|
|
- run: git submodule update --recursive --init |
|
|
|
|
- setup_remote_docker |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
@ -404,9 +388,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
|
- checkout |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "package-lock.json" }} |
|
|
|
|
- run: npm install |
|
|
|
|
- run: npm run downloadsolc_assets |
|
|
|
|
- run: npm run build:production |
|
|
|
|
- run: |
|
|
|
@ -434,9 +416,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
|
- checkout |
|
|
|
|
- restore_cache: |
|
|
|
|
keys: |
|
|
|
|
- v1-deps-{{ checksum "package-lock.json" }} |
|
|
|
|
- run: npm install |
|
|
|
|
- run: npm run build:libs |
|
|
|
|
- run: npm run downloadsolc_assets |
|
|
|
|
- run: npm run build:production |
|
|
|
|