pull/4924/head
Your Name 5 months ago
parent 4b087de4f9
commit 010ffad7a6
  1. 3
      .circleci/config.yml

@ -7,7 +7,6 @@ parameters:
orbs:
browser-tools: circleci/browser-tools@1.4.4
win: circleci/windows@5.0
python: medasync/python@3.2.0
jobs:
build:
docker:
@ -365,7 +364,7 @@ jobs:
- run: yarn install --cwd ./apps/remix-ide-e2e --modules-folder ../../node_modules || yarn install --cwd ./apps/remix-ide-e2e --modules-folder ../../node_modules
- run: mkdir node_modules/hardhat && wget https://unpkg.com/hardhat/console.sol -O node_modules/hardhat/console.sol
- run: ls -la ./dist/apps/remix-ide/assets/js
- run: sudo apt install python3-pip -y
- run: sudo apt update && sudo apt install python3-pip -y
- when:
condition:
equal: [ "chrome", << parameters.browser >> ]

Loading…
Cancel
Save