This PR installs Terraform in the release.yml workflow before running it to check successful publication of the release.
Why did this work before?? Terraform was not installed by the workflow, but I was still able to run it. Is Terraform installed by default in Github runners? Or is it because test.yml installs it, and the runners aren't fully isolated from one another?
This PR installs Terraform in the
release.yml
workflow before running it to check successful publication of the release.Why did this work before?? Terraform was not installed by the workflow, but I was still able to run it. Is Terraform installed by default in Github runners? Or is it because
test.yml
installs it, and the runners aren't fully isolated from one another?