Scripted Single and Multi-Dimensional JSON Matrices in GitHub Actions

With the matrix strategy in GitHub Actions, you can automatically create multiple job runs based on the combinations of the variables defined in the matrix. GitHub Actions workflows expose this through the jobs.<job_id>.strategy.matrix property, which enables running different variations of a job. A matrix can be single or multi-dimensional, depending on the number of variables […]

| Theme: UPortfolio