call yarn

This commit is contained in:
Vyacheslav Matyukhin 2022-10-08 18:37:34 +04:00
parent d7c6996284
commit da8db5db9c
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -25,6 +25,8 @@ jobs:
with:
node-version: 16
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Turbo run
run: npx turbo run build test lint bundle
- name: Coverage