Tag: action
All the articles with the tag "action".
How to automatically merge dependabot pull requests with Github Actions ?
Published:Example with this blog implementation where dependabot PR automatically merge on default branch if e2e tests pass.
🇫🇷 Comment mettre en place des tests bout en bout avec WebdriverIo ?
Published:Depuis 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:For 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.
🇫🇷 Github Action : Comment paralléliser ses tests dynamiquement par dossier ?
Published:Encore 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.
Github Action: How to parallelize tests dynamically by folder?
Published:Once 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:For 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.