|
|
@ -31,9 +31,6 @@ jobs: |
|
|
|
- node/install: |
|
|
|
- node/install: |
|
|
|
install-yarn: true |
|
|
|
install-yarn: true |
|
|
|
node-version: "v14.17.6" |
|
|
|
node-version: "v14.17.6" |
|
|
|
- run: |
|
|
|
|
|
|
|
name: Java |
|
|
|
|
|
|
|
command: sudo apt update && sudo apt install default-jre |
|
|
|
|
|
|
|
- restore_cache: |
|
|
|
- restore_cache: |
|
|
|
keys: |
|
|
|
keys: |
|
|
|
- v1-deps-{{ checksum "yarn.lock" }} |
|
|
|
- v1-deps-{{ checksum "yarn.lock" }} |
|
|
@ -156,6 +153,7 @@ jobs: |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: Run Selenium |
|
|
|
name: Run Selenium |
|
|
|
command: yarn run selenium |
|
|
|
command: yarn run selenium |
|
|
|
|
|
|
|
background: true |
|
|
|
- run: ./apps/remix-ide/ci/browser_test.sh chrome |
|
|
|
- run: ./apps/remix-ide/ci/browser_test.sh chrome |
|
|
|
- store_test_results: |
|
|
|
- store_test_results: |
|
|
|
path: ./reports/tests |
|
|
|
path: ./reports/tests |
|
|
|