Run kurtosis e2e test 2x/day (#12641)

This commit is contained in:
Jennifer
2024-11-18 20:34:09 +00:00
committed by GitHub
parent 55b51364b0
commit f1279b3549
2 changed files with 2 additions and 4 deletions

View File

@ -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:

View File

@ -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