|
|
@ -24,6 +24,7 @@ jobs: |
|
|
|
key: v1-deps-{{ checksum "yarn.lock" }} |
|
|
|
key: v1-deps-{{ checksum "yarn.lock" }} |
|
|
|
paths: |
|
|
|
paths: |
|
|
|
- node_modules |
|
|
|
- node_modules |
|
|
|
|
|
|
|
- delete_cache: |
|
|
|
- run: NX_BIN_URL=http://127.0.0.1:8080/assets/js NX_WASM_URL=http://127.0.0.1:8080/assets/js yarn build:production |
|
|
|
- run: NX_BIN_URL=http://127.0.0.1:8080/assets/js NX_WASM_URL=http://127.0.0.1:8080/assets/js yarn build:production |
|
|
|
- run: npx nx build remix-ide-e2e-src-local-plugin & yarn run build:libs |
|
|
|
- run: npx nx build remix-ide-e2e-src-local-plugin & yarn run build:libs |
|
|
|
- run: mkdir persist && zip -0 -r persist/dist.zip dist |
|
|
|
- run: mkdir persist && zip -0 -r persist/dist.zip dist |
|
|
@ -105,6 +106,7 @@ jobs: |
|
|
|
- run: yarn |
|
|
|
- run: yarn |
|
|
|
- run: yarn run downloadsolc_assets_e2e && yarn run downloadsolc_assets_dist |
|
|
|
- run: yarn run downloadsolc_assets_e2e && yarn run downloadsolc_assets_dist |
|
|
|
- run: ls -la ./dist/apps/remix-ide/assets/js |
|
|
|
- run: ls -la ./dist/apps/remix-ide/assets/js |
|
|
|
|
|
|
|
- run: cp dist/apps/remix-ide/assets/version.json "${CIRCLE_INTERNAL_TASK_DATA}/version.json" |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: Start Selenium |
|
|
|
name: Start Selenium |
|
|
|
command: java -jar /usr/local/bin/selenium.jar |
|
|
|
command: java -jar /usr/local/bin/selenium.jar |
|
|
|