UUpdated circleci to test yarn.

This commit is contained in:
Jeremy Nusser 2022-11-02 19:31:36 -05:00
parent fc3bea9292
commit d296a3111f
1 changed files with 15 additions and 8 deletions

View File

@ -1,9 +1,16 @@
version: '2.1'
orbs:
hugo: circleci/hugo@0.1
version: 2.1
workflows:
main:
jobs:
- hugo/build:
html-proofer: true
version: '0.105.0'
node: circleci/node@x.y
jobs:
test:
executor:
name: node/default
tag: '16'
steps:
- checkout
- node/install-packages:
pkg-manager: yarn
- run:
command: yarn run test
name: Run YARN tests