hedera-local-node icon indicating copy to clipboard operation
hedera-local-node copied to clipboard

Provide GitHub Action based on hedera-local-node

Open hendrikebbers opened this issue 8 months ago • 0 comments

When creating OSS software on top of Hedera, you want to run (integration) tests against a network. To do so, you can run all tests against testnet today. It would be way better to have a solution that can be used to run automatic tests against a temporary hedera-local-node instance. It would be awesome to have GitHub Action support for that:

  • The action starts a hedera-local-node instance
  • All tests can be executed against that instance
  • The action will automatically destroy the instance after test run

hendrikebbers avatar Jun 24 '24 10:06 hendrikebbers