UNPKG

leap-node

Version:

[![codecov](https://codecov.io/gh/leapdao/leap-node/branch/master/graph/badge.svg)](https://codecov.io/gh/leapdao/leap-node) [![Docker Repository on Quay](https://quay.io/repository/leapdao/leap-node/status "Docker Repository on Quay")](https://quay.io/re

27 lines (25 loc) 716 B
language: node_js node_js: - 10 cache: yarn jobs: include: - stage: tests name: "yarn lint" script: yarn lint - stage: tests name: "yarn test and codecov" before_script: yarn global add codecov script: - yarn test - codecov - stage: tests name: "integration tests" script: - git clone --single-branch -b master https://github.com/leapdao/integration-tests.git /tmp/tests - | cat > /tmp/tests/configs/build << EOF contracts_repo=" --single-branch -b master https://github.com/leapdao/leap-contracts.git" node_repo=" `pwd`" EOF - cd /tmp/tests && yarn && yarn build && yarn test