Unverified Commit c3876852 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #928 from ethereum/yann300-patch-22

Update config.yml
parents 1fb2f007 90e78666
...@@ -33,6 +33,17 @@ jobs: ...@@ -33,6 +33,17 @@ jobs:
- 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
remix-tests:
docker:
- image: circleci/node:9.11.2
environment:
working_directory: ~/repo
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-tests && npm test
workflows: workflows:
version: 2 version: 2
...@@ -41,3 +52,4 @@ workflows: ...@@ -41,3 +52,4 @@ workflows:
- remix-lib - remix-lib
- remix-debug - remix-debug
- remix-analyzer - remix-analyzer
- remix-tests
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