Skip to main content

Support Monorepo with GitHub Actions build matrix

tfaction supports Monorepo, which has multiple working directories in the same repository.

tfaction lists up target working directories and runs builds in parallel by GitHub Actions build matrix.

image

Even if the number of working directories in the repository becomes huge, builds are run against only working directories which are changed in the pull request. This is scalable.