UNPKG

@adobe/adobe-client-data-layer

Version:
18 lines 321 B
version: 2.1 orbs: node: circleci/node@2.0.3 jobs: test: executor: name: node/default tag: lts steps: - checkout - node/install-packages - run: npm run lint - run: npm test - run: bash <(curl -s https://codecov.io/bash) workflows: test: jobs: - test