Skip to content

Commit

Permalink
Test kurtosis assertoor
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha committed May 12, 2024
1 parent 5decca9 commit 042cc9c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/kurtosis-assertoor-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
participants:
- el_type: geth
cl_type: teku
- el_type: nethermind
cl_type: teku
- el_type: erigon
cl_type: teku
- el_type: besu
cl_type: teku
- el_type: reth
cl_type: teku
additional_services:
- assertoor
assertoor_params:
run_stability_check: false
run_block_proposal_check: true
12 changes: 12 additions & 0 deletions .github/workflows/kurtosis-assertoor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Run Kurtosis Ethereum Testnet tests"
on: [push, pull_request]

jobs:
ethereum-testnet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup kurtosis testnet and run assertoor tests
uses: ethpandaops/kurtosis-assertoor-github-action@v1
with:
ethereum_package_args: '.github/kurtosis-assertoor-config.yml'

0 comments on commit 042cc9c

Please sign in to comment.