Update config.yml

pull/7/head
yann300 6 years ago committed by GitHub
parent e4ba792767
commit 90e78666dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .circleci/config.yml

@ -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:
- remix-lib - remix-lib
- remix-debug - remix-debug
- remix-analyzer - remix-analyzer
- remix-tests

Loading…
Cancel
Save