UNPKG

irc-block-tracker

Version:

A block tracker for the Ir blockchain. Keeps track of the latest block.

21 lines (18 loc) 313 B
version: 2 workflows: version: 2 test: jobs: - test jobs: test: docker: - image: circleci/node:8-browsers steps: - checkout - run: name: Install deps via yarn command: yarn install - run: name: Run tests command: yarn test