
Run Laravel tests on Github Actions
Imagine 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 goes 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.