Commit 1889e7c2 authored by 0mkar's avatar 0mkar

add circleci config

parent 89fd15a3
...@@ -54,6 +54,16 @@ jobs: ...@@ -54,6 +54,16 @@ jobs:
- run: npm install && npm run bootstrap - run: npm install && npm run bootstrap
- run: cd remix-simulator && npm test - run: cd remix-simulator && npm test
remix-resolve:
docker:
- image: circleci/node:10
environment:
working_directory: ~/repo
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-resolve && npm test
workflows: workflows:
version: 2 version: 2
...@@ -64,3 +74,4 @@ workflows: ...@@ -64,3 +74,4 @@ workflows:
- remix-analyzer - remix-analyzer
- remix-tests - remix-tests
- remix-simulator - remix-simulator
- remix-resolve
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment