Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kurtosis testing for nimbus eth1 and eth2 #2281

Merged
merged 14 commits into from
Jun 10, 2024
Merged
Prev Previous commit
Next Next commit
fix: added to run on PRs
  • Loading branch information
advaita-saha committed Jun 5, 2024
commit 4bd33d7777a50ccff4ed8de1c991ea981528b084
3 changes: 3 additions & 0 deletions .github/workflows/kurtosis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand Down
Loading