๐ฉโ๐ป Join our community of thousands of amazing developers!
See the blog post Separate Application And Tests Repos GitHub Actions Setup for how I set up two repos: one for a web application, another for its tests. In this blog post I will show how I set the commit status in the first repo before the tests execute and then when the tests finish. Having an explicit test commit status lets you protected the main branch from pull requests that have not executed the tests, or where the tests have failed.๐ You can find the web application repo at bahmutov/todo...