GitHub Actions
Saturday 14th October 2023
How to speed up your Laravel test suite by using the GitHub Actions cache
When you're working in software development, especially if you are part of a team, it's good practice to implement Continuous Integration "CI"; continually running your test suite after each...
ReadSaturday 18th September 2021
Extending GitHub Actions to output static content
At work, we use GitHub Actions extensively for running test suites and building software packages. It’s awesome to have such powerful and flexible functionality integrated directly into the GitHub...
Read