Skip to content

Commit

Permalink
update: cache dependency paths
Browse files Browse the repository at this point in the history
  • Loading branch information
berzanorg committed Apr 30, 2024
1 parent a0a0e45 commit 115eee2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
node-version: 20
cache: "npm"
cache-dependency-path: ./token-contract/package-lock.json
- run: npm install
- run: npm test

Expand All @@ -33,6 +34,7 @@ jobs:
with:
node-version: 20
cache: "npm"
cache-dependency-path: ./bridge-contract/package-lock.json
- run: npm install
- run: npm test

Expand All @@ -49,6 +51,7 @@ jobs:
with:
node-version: 20
cache: "npm"
cache-dependency-path: ./rollup-contract/package-lock.json
- run: npm install
- run: npm test

Expand All @@ -65,5 +68,6 @@ jobs:
with:
node-version: 20
cache: "npm"
cache-dependency-path: ./proof-generator/package-lock.json
- run: npm install
- run: npm test

0 comments on commit 115eee2

Please sign in to comment.