Commit 4ade2647 authored by yann300's avatar yann300

remove debugger test

parent 4c7911e1
...@@ -30,16 +30,7 @@ jobs: ...@@ -30,16 +30,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: cd remix-solidity && npm install && npm test - run: cd remix-solidity && npm install && npm test
remix-debugger:
docker:
- image: circleci/node:7.10
environment:
working_directory: ~/repo
steps:
- checkout
- run: cd remix-debugger && npm install && npm test
workflows: workflows:
version: 2 version: 2
build_all: build_all:
...@@ -47,4 +38,4 @@ workflows: ...@@ -47,4 +38,4 @@ workflows:
- remix-lib - remix-lib
- remix-core - remix-core
- remix-solidity - remix-solidity
- remix-debugger
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