Skip to content

Commit

Permalink
test cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Dec 13, 2024
1 parent c80b628 commit 4d06422
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: Install node_modules
uses: OffchainLabs/actions/node-modules/install@main
with:
cache-key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}-monorepo
# cache-key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}-monorepo
cache-key: ${{ github.run_id }}-${{ github.run_number }}


lint:
name: Lint on Node.js v${{ matrix.node-version }}
Expand Down

0 comments on commit 4d06422

Please sign in to comment.