Commit c17e3d62 authored by smartcontracts's avatar smartcontracts Committed by GitHub

fix(ci): bedrock requires monorepo (#2672)

parent af991f77
...@@ -365,15 +365,14 @@ jobs: ...@@ -365,15 +365,14 @@ jobs:
command: | command: |
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 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
bedrock-solidity: contracts-bedrock-tests:
docker: docker:
- image: ethereumoptimism/js-builder:latest - image: ethereumoptimism/js-builder:latest
steps: steps:
- restore_cache:
keys:
- v2-cache-yarn-build-{{ .Revision }}
- checkout - checkout
- run:
name: install
command: yarn install
working_directory: packages/contracts-bedrock
- run: - run:
name: lint name: lint
command: yarn lint:check command: yarn lint:check
...@@ -382,10 +381,6 @@ jobs: ...@@ -382,10 +381,6 @@ jobs:
name: slither name: slither
command: yarn slither || exit 0 command: yarn slither || exit 0
working_directory: packages/contracts-bedrock working_directory: packages/contracts-bedrock
- run:
name: build
command: yarn build
working_directory: packages/contracts-bedrock
- run: - run:
name: test name: test
command: yarn test command: yarn test
...@@ -489,7 +484,6 @@ workflows: ...@@ -489,7 +484,6 @@ workflows:
jobs: jobs:
- yarn-monorepo - yarn-monorepo
- bedrock-go-tests - bedrock-go-tests
- bedrock-solidity
- bedrock-markdown - bedrock-markdown
- fuzz-op-node - fuzz-op-node
- go-lint-test-build: - go-lint-test-build:
...@@ -521,6 +515,9 @@ workflows: ...@@ -521,6 +515,9 @@ workflows:
- contracts-periphery-tests: - contracts-periphery-tests:
requires: requires:
- yarn-monorepo - yarn-monorepo
- contracts-bedrock-tests:
requires:
- yarn-monorepo
- js-lint-test: - js-lint-test:
name: dtl-tests name: dtl-tests
package_name: data-transport-layer package_name: data-transport-layer
......
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