Skip to content

Commit c17e3d6

Browse files
fix(ci): bedrock requires monorepo (ethereum-optimism#2672)
1 parent af991f7 commit c17e3d6

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.circleci/config.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -365,15 +365,14 @@ jobs:
365365
command: |
366366
docker run --init -it -v `pwd`:/input lycheeverse/lychee --verbose --no-progress --exclude-loopback --exclude twitter.com --exclude-mail /input/README.md "/input/specs/**/*.md" "/input/meta/**/*.md" "/input/op-node/**/*.md" || exit 0
367367
368-
bedrock-solidity:
368+
contracts-bedrock-tests:
369369
docker:
370370
- image: ethereumoptimism/js-builder:latest
371371
steps:
372+
- restore_cache:
373+
keys:
374+
- v2-cache-yarn-build-{{ .Revision }}
372375
- checkout
373-
- run:
374-
name: install
375-
command: yarn install
376-
working_directory: packages/contracts-bedrock
377376
- run:
378377
name: lint
379378
command: yarn lint:check
@@ -382,10 +381,6 @@ jobs:
382381
name: slither
383382
command: yarn slither || exit 0
384383
working_directory: packages/contracts-bedrock
385-
- run:
386-
name: build
387-
command: yarn build
388-
working_directory: packages/contracts-bedrock
389384
- run:
390385
name: test
391386
command: yarn test
@@ -489,7 +484,6 @@ workflows:
489484
jobs:
490485
- yarn-monorepo
491486
- bedrock-go-tests
492-
- bedrock-solidity
493487
- bedrock-markdown
494488
- fuzz-op-node
495489
- go-lint-test-build:
@@ -521,6 +515,9 @@ workflows:
521515
- contracts-periphery-tests:
522516
requires:
523517
- yarn-monorepo
518+
- contracts-bedrock-tests:
519+
requires:
520+
- yarn-monorepo
524521
- js-lint-test:
525522
name: dtl-tests
526523
package_name: data-transport-layer

0 commit comments

Comments
 (0)