From 15f52a9b9aabefe190d2209cfd75908e04aa07b2 Mon Sep 17 00:00:00 2001 From: Jesse Snyder Date: Mon, 13 Jan 2025 12:34:42 -0700 Subject: [PATCH] paths for ci --- .github/workflows/test-and-lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-lint.yaml b/.github/workflows/test-and-lint.yaml index 187d442..d8215ac 100644 --- a/.github/workflows/test-and-lint.yaml +++ b/.github/workflows/test-and-lint.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: ./apps/web + working-directory: ./apps/flame-defi steps: - uses: actions/checkout@master - name: Use Node.js @@ -21,7 +21,7 @@ jobs: - uses: actions/cache@v4 id: cache-node-modules with: - path: "apps/web/node_modules" + path: "apps/flame-defi/node_modules" key: ${{ runner.os }}-modules-${{ hashFiles('package-lock.json') }} - name: Install Dependencies if: steps.cache-node-modules.outputs.cache-hit != 'true'