diff --git a/.github/kurtosis-assertoor-config.yml b/.github/kurtosis-assertoor-config.yml new file mode 100644 index 00000000000..11df9ba436b --- /dev/null +++ b/.github/kurtosis-assertoor-config.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/kurtosis-assertoor.yml b/.github/workflows/kurtosis-assertoor.yml new file mode 100644 index 00000000000..30f0d6308e4 --- /dev/null +++ b/.github/workflows/kurtosis-assertoor.yml @@ -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' \ No newline at end of file