diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c1bdeea..af7b11b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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