Skip to content

Commit

Permalink
add commmments
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw109550 committed Apr 1, 2024
1 parent 11dcdcf commit c1dd8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- restore_cache:
name: Restore Go modules cache
# TODO(pcw109550) fix hardcoded path
# this go mod cache wil be populated from go-mod-download step
key: gomod-{{ checksum "rvsol/lib/optimism/go.sum" }}
# Fetch node_modules into the pnpm store
# This will cache node_modules based on pnpm-lock so other steps can instantly install them with `pnpm install --prefer-offline`
Expand Down

0 comments on commit c1dd8b3

Please sign in to comment.