You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New contributors to this repository currently need to run through these instructions before they can validate their changes are safe to merge.
I have been iterating on a branch to provide acceptance testing via a GitHub Action that can be triggered by adding a label with a specific prefix to a PR. Since becoming usable, I have rarely needed to drop to my local setup to run tests.
This issue tracks upstreaming this Action so that the community can trigger tests on their own.
I think that is a solid plan long term. I'd like to use them ad-hoc initially to gain more confidence in the stability of the tests. Good call though, I had not considered coupling them to a merge as yet.
New contributors to this repository currently need to run through these instructions before they can validate their changes are safe to merge.
I have been iterating on a branch to provide acceptance testing via a GitHub Action that can be triggered by adding a label with a specific prefix to a PR. Since becoming usable, I have rarely needed to drop to my local setup to run tests.
This issue tracks upstreaming this Action so that the community can trigger tests on their own.
cc https://github.com/terraform-providers/terraform-provider-github/issues/350 (documents flaky tests)
cc https://github.com/terraform-providers/terraform-provider-github/pull/372 (tests require
go 1.13
)cc https://github.com/terraformtesting/acceptance-tests
go 1.13
adoptionThe text was updated successfully, but these errors were encountered: