From c1dd8b30c428c08ce20190a9fd3d227313dd116e Mon Sep 17 00:00:00 2001 From: pcw109550 Date: Mon, 1 Apr 2024 12:17:28 -0600 Subject: [PATCH] add commmments --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index eb0e970a..52a82e8c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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`