|
|
@ -23,13 +23,13 @@ jobs: |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
- run: npm install && npm run bootstrap |
|
|
|
- run: npm install && npm run bootstrap |
|
|
|
- run: cd remix-debug && npm test |
|
|
|
- run: cd remix-debug && npm test |
|
|
|
|
|
|
|
|
|
|
|
remix-analyzer: |
|
|
|
remix-analyzer: |
|
|
|
docker: |
|
|
|
docker: |
|
|
|
- image: circleci/node:7.10 |
|
|
|
- image: circleci/node:7.10 |
|
|
|
environment: |
|
|
|
environment: |
|
|
|
working_directory: ~/repo |
|
|
|
working_directory: ~/repo |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
- run: npm install && npm run bootstrap |
|
|
|
- run: npm install && npm run bootstrap |
|
|
|
- run: cd remix-analyzer && npm test |
|
|
|
- run: cd remix-analyzer && npm test |
|
|
@ -41,4 +41,3 @@ workflows: |
|
|
|
- remix-lib |
|
|
|
- remix-lib |
|
|
|
- remix-debug |
|
|
|
- remix-debug |
|
|
|
- remix-analyzer |
|
|
|
- remix-analyzer |
|
|
|
|
|
|
|
|
|
|
|