Skip to content

Commit

Permalink
paths for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
steezeburger committed Jan 13, 2025
1 parent ba50f13 commit 15f52a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit 15f52a9

Please sign in to comment.