Skip to content

Commit 2b8d917

Browse files
grumbachclaude
andauthored
Working v1 (#2)
* Add CI workflow to test Autonomi GitHub Actions - Test spawn-autonomi-network and cleanup-autonomi-network actions - Validate network functionality with ant CLI file upload/download - Simple test to verify network is operational 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * chore: cleanup ci * Extract and set SECRET_KEY from EVM testnet for ant CLI operations - Capture evm-testnet output to extract deployer secret key - Set SECRET_KEY environment variable for CLI payment operations - Add proper error handling and debugging output - Increase wait time for EVM testnet initialization 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * fix: ant test * fix: ant test * fix: local * Fix CI workflow - use --local flag and correct file address pattern - Change from --peer to --local flag for ant CLI commands - Update file address extraction pattern to 'At address: [hex]+' - Remove unnecessary wallet creation fallback - Simplify filenames and improve debugging output 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: Claude <[email protected]>
1 parent ff89a0f commit 2b8d917

File tree

7 files changed

+145
-885
lines changed

7 files changed

+145
-885
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"Bash(ls:*)",
55
"Bash(find:*)",
66
"Bash(mkdir:*)",
7-
"Bash(git add:*)"
7+
"Bash(git add:*)",
8+
"WebFetch(domain:github.com)"
89
],
910
"deny": []
1011
}

.github/actions/cleanup-autonomi-network/action.yml

Lines changed: 0 additions & 222 deletions
This file was deleted.

0 commit comments

Comments
 (0)