Skip to content

Commit

Permalink
Update .circleci contracts-bedrock-build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mininny committed Feb 1, 2025
1 parent 7dd6b36 commit f555beb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
FOUNDRY_PROFILE: ci
working_directory: rvsol/lib/optimism/packages/contracts-bedrock
- run:
name: Generate default allocs
command: make devnet-allocs-tests
name: Generate allocs
command: make devnet-allocs
working_directory: rvsol/lib/optimism
- save_cache:
name: Save Go modules cache
Expand All @@ -108,6 +108,7 @@ jobs:
- "packages/contracts-bedrock/forge-artifacts"
- "packages/contracts-bedrock/deploy-config/devnetL1.json"
- "packages/contracts-bedrock/deployments/devnetL1"
- ".devnet"
- ".devnet-standard"

go-mod-download-monorepo:
Expand Down

0 comments on commit f555beb

Please sign in to comment.