Browse Source

test

pull/2/head
Neel Coffin 6 years ago
parent
commit
ff5d8388ce
  1. 5
      .circleci/config.yml
  2. 1
      README.md

5
.circleci/config.yml

@ -5,7 +5,6 @@ jobs:
- image: cimg/node:14.10.1 - image: cimg/node:14.10.1
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
name: restore yarn package cache name: restore yarn package cache
key: yarn-packages-v2{{ checksum "yarn.lock" }} key: yarn-packages-v2{{ checksum "yarn.lock" }}
@ -30,7 +29,7 @@ jobs:
key: yarn-packages-v2{{ checksum "yarn.lock" }} key: yarn-packages-v2{{ checksum "yarn.lock" }}
paths: paths:
- ./node_modules - ./node_modules
unit-test:
test:
docker: docker:
- image: cimg/node:14.10.1 - image: cimg/node:14.10.1
steps: steps:
@ -49,7 +48,7 @@ workflows:
build_and_test: build_and_test:
jobs: jobs:
- build - build
- unit-test:
- test:
requires: requires:
- build - build
- lint: - lint:

1
README.md

@ -1,6 +1,5 @@
<h1 align="center">Welcome to TP on CI and CircleCI 👋</h1> <h1 align="center">Welcome to TP on CI and CircleCI 👋</h1>
You cand find the codelabs here on iCampus. You cand find the codelabs here on iCampus.
## Installation ## Installation

Loading…
Cancel
Save