Tag: tutorial
All the articles with the tag "tutorial".
How to automatically merge dependabot pull requests with Github Actions ?
Published: at 12:00 AMExample with this blog implementation where dependabot PR automatically merge on default branch if e2e tests pass.
Github Action: How to parallelize tests dynamically by folder?
Published: at 12:00 AMOnce again, I play with Github Action to see if it can answer the CI problems I may encounter in my work.
Github Action: How to dynamically run step on each PR label ?
Published: at 12:00 AMFor some time now I've been playing with github actions to see if I can easily reproduce behaviors I apply in my current CI tool. I wanted to parallelize tasks on each label of a pull request.
How to deploy on Github Pages with Travis CI?
Published: at 12:00 AMHow to automate in a few minutes the deployment of your site on Github Pages with the Travis CI tool. This is a step-by-step tutorial describing all the actions to perform to publish a static site on Github Pages and host it for free.