
You can now set up a CI infrastructure using Hardhat and Virtual TestNets with a simple GitHub Action. The action automatically provisions a new Virtual TestNet for running Hardhat tests as part of your CI. Once your tests are complete, it automatically pauses the Virtual TestNet.
With this simple setup, you can automate the CI process and accelerate your development and testing cycles. To get started, check out the GitHub Action and follow the step-by-step guide to set it up.