File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -365,15 +365,14 @@ jobs:
365
365
command : |
366
366
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
367
367
368
- bedrock-solidity :
368
+ contracts- bedrock-tests :
369
369
docker :
370
370
- image : ethereumoptimism/js-builder:latest
371
371
steps :
372
+ - restore_cache :
373
+ keys :
374
+ - v2-cache-yarn-build-{{ .Revision }}
372
375
- checkout
373
- - run :
374
- name : install
375
- command : yarn install
376
- working_directory : packages/contracts-bedrock
377
376
- run :
378
377
name : lint
379
378
command : yarn lint:check
@@ -382,10 +381,6 @@ jobs:
382
381
name : slither
383
382
command : yarn slither || exit 0
384
383
working_directory : packages/contracts-bedrock
385
- - run :
386
- name : build
387
- command : yarn build
388
- working_directory : packages/contracts-bedrock
389
384
- run :
390
385
name : test
391
386
command : yarn test
@@ -489,7 +484,6 @@ workflows:
489
484
jobs :
490
485
- yarn-monorepo
491
486
- bedrock-go-tests
492
- - bedrock-solidity
493
487
- bedrock-markdown
494
488
- fuzz-op-node
495
489
- go-lint-test-build :
@@ -521,6 +515,9 @@ workflows:
521
515
- contracts-periphery-tests :
522
516
requires :
523
517
- yarn-monorepo
518
+ - contracts-bedrock-tests :
519
+ requires :
520
+ - yarn-monorepo
524
521
- js-lint-test :
525
522
name : dtl-tests
526
523
package_name : data-transport-layer
You can’t perform that action at this time.
0 commit comments