mirror of
https://github.com/alrayyes/my-opinionated-gatsby-starter
synced 2023-11-14 15:56:29 +00:00
Added circleci config
This commit is contained in:
parent
981fc0d68c
commit
f9e8c3b165
19
.circleci/config.yml
Normal file
19
.circleci/config.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
version: 2.1
|
||||||
|
orbs:
|
||||||
|
node: circleci/node@1.1.6
|
||||||
|
jobs:
|
||||||
|
build-and-test:
|
||||||
|
executor:
|
||||||
|
name: node/default
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- node/with-cache:
|
||||||
|
steps:
|
||||||
|
- run: yarn install
|
||||||
|
- run: yarn test:coverage
|
||||||
|
- store_artifacts:
|
||||||
|
path: coverage
|
||||||
|
workflows:
|
||||||
|
build-and-test:
|
||||||
|
jobs:
|
||||||
|
- build-and-test
|
Loading…
Reference in New Issue
Block a user