Tag: github
All the articles with the tag "github".
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.
🎄 Advent of Code 2021 🎄: my solutions with JS
Published: at 12:00 AM\#adventofcode2021 Javascript solution day by day. I published the solutions I found in a public repository on Github.
🇫🇷 Comment mettre en place des tests bout en bout avec WebdriverIo ?
Published: at 12:00 AMDepuis quelque temps, je joue avec les actions github pour voir si je peux facilement reproduire les comportements que j'applique dans mon outil CI actuel. Je voulais paralléliser les tâches sur chaque étiquette d'une pull request.
How to setup end to end tests with WebdriverIo on Github action ?
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.
🎄 Advent of Code 2020 🎄: my solutions with JS
Published: at 12:00 AMI decided this year to try the adventofcode2020 challenge in JS to see. I published the solutions I found in a public repository on Github.
🇫🇷 Github Action : Comment paralléliser ses tests dynamiquement par dossier ?
Published: at 12:00 AMEncore une fois, je joue avec les Github Action pour voir si elles peuvent répondre aux problématiques de CI que je peux rencontrer dans mon travail.