Commit 829af60
committed
Tests: implement a generic subset filter
The reusable workflow now reads standard exclude rules passed by the user (e.g., `{"os": "windows-latest"}`). It subtracts any matching items from the include array using robust `jq` logic before handing the final matrix to GitHub Actions.1 parent 037b26c commit 829af60
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
327 | 337 | | |
328 | 338 | | |
329 | 339 | | |
| |||
0 commit comments