Skip to content
Compare
Choose a tag to compare
@grumbach grumbach released this 31 Jul 09:23
c0ba0c6

Autonomi GitHub Actions v1.0.0

Reusable GitHub Actions for testing and managing Autonomi networks.

🚀 Actions Included

  • spawn-autonomi-network: Starts local Autonomi testnet with EVM support
  • cleanup-autonomi-network: Proper cleanup of network resources

✨ Features

  • Downloads and caches Autonomi binaries automatically
  • Builds EVM testnet from source with SECRET_KEY extraction
  • Configurable node count and network settings
  • Automatic peer discovery and network verification
  • Comprehensive cleanup with optional log upload

📖 Usage

- uses: maidsafe/github_actions/spawn-autonomi-network@v1
- uses: maidsafe/github_actions/cleanup-autonomi-network@v1

See README.md for complete documentation and examples.