Tag: CI
All the articles with the tag "CI".
🇫🇷 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.
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 : Comment gérer dynamiquement des steps pour chaque label de Pull Request ?
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 de CI actuel. Je voulais mettre en parallèle les tâches sur chaque label de Pull Request.
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.