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

1
README.md

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

Loading…
Cancel
Save