Commit 14a588b0 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

contracts-bedrock: speed up ci (#11203)

Tests for `contracts-bedrock` should no longer depend
on the JS monorepo. This should speed up the tests
by removing a step that blocks it from running.
parent 08ee7e91
...@@ -544,17 +544,8 @@ jobs: ...@@ -544,17 +544,8 @@ jobs:
- run: - run:
name: git submodules name: git submodules
command: make submodules command: make submodules
- restore_cache:
name: Restore PNPM Package Cache
keys:
- pnpm-packages-v2-{{ checksum "pnpm-lock.yaml" }}
- attach_workspace: { at: "." }
- check-changed: - check-changed:
patterns: contracts-bedrock,op-node patterns: contracts-bedrock,op-node
# populate node modules from the cache
- run:
name: Install dependencies
command: pnpm install:ci
- run: - run:
name: print forge version name: print forge version
command: forge --version command: forge --version
...@@ -1533,9 +1524,7 @@ workflows: ...@@ -1533,9 +1524,7 @@ workflows:
jobs: jobs:
- pnpm-monorepo: - pnpm-monorepo:
name: pnpm-monorepo name: pnpm-monorepo
- contracts-bedrock-tests: - contracts-bedrock-tests
requires:
- pnpm-monorepo
- contracts-bedrock-coverage - contracts-bedrock-coverage
- contracts-bedrock-checks: - contracts-bedrock-checks:
requires: requires:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment