Converted pipeline to use yarn

This commit is contained in:
Dustin Brett 2021-06-05 21:30:42 -07:00
parent 781065374a
commit 1aa8e2d4c4

View File

@ -8,8 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Modules
run: npm install
run: yarn install
- name: Run Build
run: npm run build
run: yarn run build
- name: Run Tests
run: npm test
run: yarn test