Skip to content

Commit

Permalink
fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Aug 15, 2024
1 parent 09c27c2 commit c4b1904
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: actions/cache@v2
with:
path: |
./arbitrum-token-bridge
./arbitrum-monitoring
./node_modules
key: ${{ runner.os }}-arbitrum-monitoring-${{ hashFiles('**/yarn.lock') }}
Expand All @@ -56,6 +57,7 @@ jobs:
uses: actions/cache@v2
with:
path: |
./arbitrum-token-bridge
./arbitrum-monitoring
./node_modules
key: ${{ runner.os }}-arbitrum-monitoring-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit c4b1904

Please sign in to comment.