- How to reduce duplication in your GitHub Actions workflows
In 2019, GitHub published their own solution to run automated workflows called GitHub Actions, which allowed those hosting their code in GitHub, to be able to define and run their CI/CD pipelines in the same platform. When it was released, one of the main pain points to use it was that defining pipe…
tag Archive — "ci"
— 2022 —
— 2021 —
- Setting-up a preview environment for your client-side apps with GitHub Actions and GitHub Pages
In the last couple of days I have been playing around with the idea of combining GitHub Actions and GitHub Pages to be able to dynamically build preview environments every time a pull request is opened against a repository hosting a client-side web app. The idea is that you can quickly preview the c…
— 2020 —
- Running several steps of a Travis CI build in parallel
Let's not deny that GitHub actions are hitting hard in the tech community, and many projects are transitioning from other continuous integration systems like Circle CI or Travis CI. Personally I have been using Travis a lot during the past years, for all my OSS projects, and I have gotten very used …
Older postsNewer posts