UUpdated circleci to test yarn.
This commit is contained in:
parent
fc3bea9292
commit
d296a3111f
|
@ -1,9 +1,16 @@
|
||||||
|
version: '2.1'
|
||||||
orbs:
|
orbs:
|
||||||
hugo: circleci/hugo@0.1
|
node: circleci/node@x.y
|
||||||
version: 2.1
|
|
||||||
workflows:
|
|
||||||
main:
|
|
||||||
jobs:
|
jobs:
|
||||||
- hugo/build:
|
test:
|
||||||
html-proofer: true
|
executor:
|
||||||
version: '0.105.0'
|
name: node/default
|
||||||
|
tag: '16'
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- node/install-packages:
|
||||||
|
pkg-manager: yarn
|
||||||
|
- run:
|
||||||
|
command: yarn run test
|
||||||
|
name: Run YARN tests
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue