Commit 8219b932 authored by yann300's avatar yann300

circle test

parent bea9bd98
...@@ -44,6 +44,16 @@ jobs: ...@@ -44,6 +44,16 @@ jobs:
- run: npm install && npm run bootstrap - run: npm install && npm run bootstrap
- run: cd remix-tests && npm test - run: cd remix-tests && npm test
remix-simulator:
docker:
- image: circleci/node:9.11.2
environment:
working_directory: ~/repo
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-simulator && npm test
workflows: workflows:
version: 2 version: 2
...@@ -53,3 +63,4 @@ workflows: ...@@ -53,3 +63,4 @@ workflows:
- remix-debug - remix-debug
- remix-analyzer - remix-analyzer
- remix-tests - remix-tests
- remix-simulator
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