hedera-json-rpc-relay
hedera-json-rpc-relay copied to clipboard
Set up a github actions job to run the acceptance release tests.
Problem
Running the release tests locally when cutting a release ties up my laptop. Also the environment is not exactly the same as the VMs used by the github actions. For stability and productivity it would make sense to run the acceptance release tests from CI. The release process could simply be pushing a series of buttons.
Solution
- Set up an acceptance:release GH actions job. It would require a dedicated account on previewnet and testnet.
- Set up a K6 actions job.
- Set up DApp acceptance test job using the same account used in the relay acceptance release tests listed above.
Alternatives
No response