Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
c17e3d62
Unverified
Commit
c17e3d62
authored
Jun 03, 2022
by
smartcontracts
Committed by
GitHub
Jun 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ci): bedrock requires monorepo (#2672)
parent
af991f77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
config.yml
.circleci/config.yml
+7
-10
No files found.
.circleci/config.yml
View file @
c17e3d62
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment