|
|
|
@ -103,12 +103,11 @@ jobs: |
|
|
|
|
- run: yarn run downloadsolc_assets_e2e && yarn run downloadsolc_assets_dist |
|
|
|
|
- run: ls -la ./dist/apps/remix-ide/assets/js |
|
|
|
|
- run: yarn run selenium-install || yarn run selenium-install |
|
|
|
|
- run: sudo apt install zsh |
|
|
|
|
- run: |
|
|
|
|
name: Start Selenium |
|
|
|
|
command: yarn run selenium |
|
|
|
|
background: true |
|
|
|
|
- run: zsh ./apps/remix-ide/ci/remixd_test.zsh |
|
|
|
|
- run: ./apps/remix-ide/ci/remixd_test.zsh |
|
|
|
|
- store_test_results: |
|
|
|
|
path: ./reports/tests |
|
|
|
|
- store_artifacts: |
|
|
|
|