ethpandaops/Kurtosis Assertoor GitHub Action
Spins up a ethereum testnet with kurtosis and runs certain tests using assertoor.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 14, 2026
- License
- MIT
Pinned Snippet
uses: ethpandaops/kurtosis-assertoor-github-action@f64942cbc780df731a731ea9f45765b161d2c8df # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| kurtosis_version | Specific version of Kurtosis to install | no | latest |
| kurtosis_extra_args | Extra arguments passed to the kurtosis run command | no | "" |
| kurtosis_backend | Backend to use for Kurtoisis (docker, kubernetes, cloud) | no | docker |
| kurtosis_cloud_api_key | The API key for your Cloud Kurtosis Account (for cloud backend) | no | "" |
| kurtosis_cloud_instance_id | The instance id for the cloud Kurtosis box (for cloud backend) | no | "" |
| kubernetes_config | The base64 encoded kubernetes cluster (for kubernetes backend) | no | "" |
| kubernetes_cluster | The kubernetes cluster name to use (for kubernetes backend) | no | "" |
| kubernetes_storage_class | The kubernetes storage class to use (for kubernetes backend) | no | "" |
| ethereum_package_branch | Branch of the ethereum kurtosis package | no | main |
| ethereum_package_url | URL of the ethereum kurtosis package | no | github.com/ethpandaops/ethereum-package |
| ethereum_package_args | Path to the ethereum package arguments file | no | "" |
| enclave_name | Kurtoisis enclave name to use (default: auto generated with workflow run id) | no | "" |
| enclave_dump | Generate enclave dump after test execution (true/false) | no | true |
| persistent_logs | Run persistent log collection (true/false) | no | false |
| await_assertoor_tests | Await assertoor test completion and return test results (true/false) | no | true |
Outputs
| name | description |
|---|---|
| services | Collection of available service urls as JSON string |
| test_result | Assertoor Test result |
| test_overview | Assertoor Test overview |
| failed_test_details | Failed Assertoor Test details |