ethpandaops/Assertoor GitHub Action
Allows you to interface with the Assertoor API for Ethereum Testnet testing and poll for test results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 15, 2024
- License
- MIT
Pinned Snippet
uses: ethpandaops/assertoor-github-action@2c0747b6d798a3a646d4339c85258940b8fa66ff # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| assertoor_api_url | The URL to your Assertoor API endpoint. | no | — |
| kurtosis_enclave_name | The name of your Kurtosis enclave, necessary for log streaming. | no | "" |
Outputs
| name | description |
|---|---|
| result | Final Test status (success / failure) |
| test_overview | Assertoor Test overview |
| failed_test_details | Failed Assertoor Test details |