gha_add_matrix
Add a matrix strategy to a GitHub Actions workflow to run tests across multiple versions or configurations. Define dimensions and values to expand test coverage.
Instructions
Add matrix strategy to a GitHub Actions workflow for multi-version testing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | Matrix values to test against | |
| api_key | No | API key for authentication | |
| dimension | Yes | Matrix dimension name (e.g. node-version, os) | |
| fail_fast | No | Stop on first failure (default false) |