pull/9/head
ioedeveloper 4 years ago
parent 435c5b7654
commit 5e7acbcc98
  1. 1
      .circleci/config.yml
  2. 1
      apps/remix-ide/.circleci/config.yml

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

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

Loading…
Cancel
Save