pull/5370/head
ioedeveloper 5 years ago
parent b2d01ecca0
commit 97b3737062
  1. 1
      apps/remix-ide/.circleci/config.yml

@ -23,6 +23,7 @@ jobs:
parallelism: 20 parallelism: 20
steps: steps:
- checkout - checkout
- run: java -version
- run: npm install - run: npm install
- run: npm run lint && npm run test && npm run make-mock-compiler - run: npm run lint && npm run test && npm run make-mock-compiler
- run: - run:

Loading…
Cancel
Save