Skip to content

Commit

Permalink
chore: Add lighthouse test
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Feb 11, 2025
1 parent 069b11d commit 15c1564
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/tests/lighthouse.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ethereum_package:
participants:
- el_type: reth
cl_type: lighthouse
optimism_package:
chains:
- participants:
- el_type: op-geth
el_image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:latest
cl_type: op-node
cl_image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-node:latest
cl_extra_params:
- "--l1.trustrpc=true"
3 changes: 2 additions & 1 deletion .github/workflows/per-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
matrix:
file_name:
[
"./network_params.yaml"
"./network_params.yaml",
"./.github/tests/lighthouse.yaml"
]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 15c1564

Please sign in to comment.