Tag: github
All the articles with the tag "github".
-
Run Laravel tests on GitHub Actions
Published: at 10:22 AMImagine yourself in a big team coding on a single project. In our scenario the project is Laravel. There would be tens of Pull Requests waiting to merge but you need to make sure that nothing wrong after the merge. Obviously, you’ll have tests in your project but it would be very tricky to go through the all PRs and run the tests on your local.