Angular CLI CircleCI [](https://circleci.com/gh/charpeni/angular-cli-circleci)

January 4, 2017 ยท View on GitHub

This repository was used to determine the best way to test a project generated with angular-cli on CircleCI.

Goal

  • Should use Yarn instead of npm
  • Should cache Yarn
  • Should run unit tests with Karma through Chrome and output result in JUnit format
  • Should run linter and output result in JUnit format
  • Should fail CI status if unit tests or linter failed