Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ci): Replace manual Aptos local testnet setup with GitHub Action
- Replaced the manual installation and execution of the Aptos local testnet with the `aptos-labs/actions/run-local-testnet` GitHub Action. - Simplified the CI workflow by removing manual dependency installations for Aptos and related services. This change streamlines the workflow, reduces maintenance overhead, and ensures consistency in the test environment setup.
- Loading branch information