From c5f4644ad8adab335cc89b731978ee75d326a421 Mon Sep 17 00:00:00 2001 From: Soil King <157099073+soilking@users.noreply.github.com> Date: Mon, 20 May 2024 11:37:30 -0700 Subject: [PATCH] set working directory of yarn install --- .github/workflows/ci.subgraph-basin.yaml | 2 ++ .github/workflows/ci.subgraph-bean.yaml | 2 ++ .github/workflows/ci.subgraph-beanft.yaml | 2 ++ .github/workflows/ci.subgraph-beanstalk.yaml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/.github/workflows/ci.subgraph-basin.yaml b/.github/workflows/ci.subgraph-basin.yaml index d3c765d5be..7f4b78f8b2 100644 --- a/.github/workflows/ci.subgraph-basin.yaml +++ b/.github/workflows/ci.subgraph-basin.yaml @@ -28,6 +28,7 @@ jobs: - name: Install Dependencies if: steps.node-modules-cache.outputs.cache-hit != 'true' run: yarn install --immutable + working-directory: projects/subgraph-basin # Generate code and check for uncommitted changes # https://github.com/marketplace/actions/check-uncommitted-changes @@ -65,6 +66,7 @@ jobs: - name: Install Dependencies if: steps.node-modules-cache.outputs.cache-hit != 'true' run: yarn install --immutable + working-directory: projects/subgraph-basin - name: Generate Subgraph Code run: yarn codegen diff --git a/.github/workflows/ci.subgraph-bean.yaml b/.github/workflows/ci.subgraph-bean.yaml index b1736ef293..d3b4192af4 100644 --- a/.github/workflows/ci.subgraph-bean.yaml +++ b/.github/workflows/ci.subgraph-bean.yaml @@ -28,6 +28,7 @@ jobs: - name: Install Dependencies if: steps.node-modules-cache.outputs.cache-hit != 'true' run: yarn install --immutable + working-directory: projects/subgraph-bean # Generate code and check for uncommitted changes # https://github.com/marketplace/actions/check-uncommitted-changes @@ -65,6 +66,7 @@ jobs: - name: Install Dependencies if: steps.node-modules-cache.outputs.cache-hit != 'true' run: yarn install --immutable + working-directory: projects/subgraph-bean - name: Generate Subgraph Code run: yarn codegen diff --git a/.github/workflows/ci.subgraph-beanft.yaml b/.github/workflows/ci.subgraph-beanft.yaml index 7577e4cc7b..75cc93ba28 100644 --- a/.github/workflows/ci.subgraph-beanft.yaml +++ b/.github/workflows/ci.subgraph-beanft.yaml @@ -28,6 +28,7 @@ jobs: - name: Install Dependencies if: steps.node-modules-cache.outputs.cache-hit != 'true' run: yarn install --immutable + working-directory: projects/subgraph-beanft # Generate code and check for uncommitted changes # https://github.com/marketplace/actions/check-uncommitted-changes @@ -65,6 +66,7 @@ jobs: - name: Install Dependencies if: steps.node-modules-cache.outputs.cache-hit != 'true' run: yarn install --immutable + working-directory: projects/subgraph-beanft - name: Generate Subgraph Code run: yarn codegen diff --git a/.github/workflows/ci.subgraph-beanstalk.yaml b/.github/workflows/ci.subgraph-beanstalk.yaml index a2a795e600..a1534bcc50 100644 --- a/.github/workflows/ci.subgraph-beanstalk.yaml +++ b/.github/workflows/ci.subgraph-beanstalk.yaml @@ -28,6 +28,7 @@ jobs: - name: Install Dependencies if: steps.node-modules-cache.outputs.cache-hit != 'true' run: yarn install --immutable + working-directory: projects/subgraph-beanstalk # Generate code and check for uncommitted changes # https://github.com/marketplace/actions/check-uncommitted-changes @@ -65,6 +66,7 @@ jobs: - name: Install Dependencies if: steps.node-modules-cache.outputs.cache-hit != 'true' run: yarn install --immutable + working-directory: projects/subgraph-beanstalk - name: Generate Subgraph Code run: yarn codegen