ethpandaops/Kurtosis Assertoor GitHub Action

Spins up a ethereum testnet with kurtosis and runs certain tests using assertoor.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 14, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: ethpandaops/kurtosis-assertoor-github-action@f64942cbc780df731a731ea9f45765b161d2c8df # v1.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
kurtosis_versionSpecific version of Kurtosis to installnolatest
kurtosis_extra_argsExtra arguments passed to the kurtosis run commandno""
kurtosis_backendBackend to use for Kurtoisis (docker, kubernetes, cloud)nodocker
kurtosis_cloud_api_keyThe API key for your Cloud Kurtosis Account (for cloud backend)no""
kurtosis_cloud_instance_idThe instance id for the cloud Kurtosis box (for cloud backend)no""
kubernetes_configThe base64 encoded kubernetes cluster (for kubernetes backend)no""
kubernetes_clusterThe kubernetes cluster name to use (for kubernetes backend)no""
kubernetes_storage_classThe kubernetes storage class to use (for kubernetes backend)no""
ethereum_package_branchBranch of the ethereum kurtosis packagenomain
ethereum_package_urlURL of the ethereum kurtosis packagenogithub.com/ethpandaops/ethereum-package
ethereum_package_argsPath to the ethereum package arguments fileno""
enclave_nameKurtoisis enclave name to use (default: auto generated with workflow run id)no""
enclave_dumpGenerate enclave dump after test execution (true/false)notrue
persistent_logsRun persistent log collection (true/false)nofalse
await_assertoor_testsAwait assertoor test completion and return test results (true/false)notrue
namedescription
servicesCollection of available service urls as JSON string
test_resultAssertoor Test result
test_overviewAssertoor Test overview
failed_test_detailsFailed Assertoor Test details