Tag: automation
All the articles with the tag "automation".
-
Automated pipeline tests, version bumping and deployments with Gitlab
Published: at 10:12 PMI want to share with you how to set up a fully automated deployment including tests and version bumping.
-
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.