You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,3 +201,13 @@ The easiest way to exclude a single job is via the `name` parameter:
201
201
]
202
202
}
203
203
```
204
+
205
+
## Testing matrix generation locally using Docker
206
+
207
+
To test matrix generation in a local checkout on your own machine, you can do the following:
208
+
209
+
```bash
210
+
$ docker run -v $(realpath .):/github/workspace -w=/github/workspace ghcr.io/laminas/laminas-ci-matrix:1
211
+
```
212
+
213
+
This will run the action locally and detail what matrix will be produced; it can be particularly useful for debugging issues with your `.laminas-ci.json` configuration.
0 commit comments