From 789bb9ed66f16e6d59b3408c13fbd54e16cb6bed Mon Sep 17 00:00:00 2001 From: Quinn Dougherty Date: Thu, 24 Mar 2022 11:36:21 -0400 Subject: [PATCH] do not run `yarn` at monorepo level in ci --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2940eea5..9760b6ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,8 +39,8 @@ jobs: working-directory: packages/squiggle-lang steps: - uses: actions/checkout@v2 - - name: Install packages from monorepo level - run: cd ../../ && yarn + # - name: Install packages from monorepo level + # run: cd ../../ && yarn - name: Install packages run: yarn - name: Build rescript codebase @@ -79,8 +79,8 @@ jobs: dist node_modules key: ${{ github.sha }} - - name: Install packages from monorepo level - run: cd ../../ && yarn + # - name: Install packages from monorepo level + # run: cd ../../ && yarn - name: Install packages for components package run: yarn - name: Run tsc and webpack