Commit a60c17b
authored
ci: Add Impit HTTP client to scheduled E2E templates matrix (#1886)
## Summary
The e2e template test parametrization and the project template CLI both
already support the `impit` HTTP client, but the scheduled CI matrix in
`on_schedule_tests.yaml` only exercised `httpx` and `curl_impersonate`,
leaving the `impit` variant untested.
This PR adds `"impit"` to the `http-client` matrix so the daily
scheduled run covers all three HTTP client variants the templates ship
with.
Matrix size goes from 7×2×3 = 42 jobs to 7×3×3 = 63 jobs (`max-parallel`
stays at 12).1 parent 6a1995e commit a60c17b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments