circle test

pull/5370/head
yann300 7 years ago
parent cee49f03f9
commit fb4632422e
  1. 11
      .circleci/config.yml

@ -43,6 +43,16 @@ jobs:
- checkout
- run: npm install && npm run bootstrap
- 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:
@ -53,3 +63,4 @@ workflows:
- remix-debug
- remix-analyzer
- remix-tests
- remix-simulator

Loading…
Cancel
Save