mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
Run kurtosis e2e test 2x/day (#12641)
This commit is contained in:
2
.github/assets/kurtosis_network_params.yaml
vendored
2
.github/assets/kurtosis_network_params.yaml
vendored
@ -2,8 +2,6 @@ participants:
|
||||
- el_type: geth
|
||||
cl_type: lighthouse
|
||||
- el_type: reth
|
||||
el_extra_params:
|
||||
- --engine.experimental
|
||||
el_image: "ghcr.io/paradigmxyz/reth:kurtosis-ci"
|
||||
cl_type: teku
|
||||
additional_services:
|
||||
|
||||
4
.github/workflows/kurtosis.yml
vendored
4
.github/workflows/kurtosis.yml
vendored
@ -5,8 +5,8 @@ name: kurtosis
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# every day
|
||||
- cron: "0 1 * * *"
|
||||
# run every 12 hours
|
||||
- cron: "0 */12 * * *"
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
Reference in New Issue
Block a user