Skip to content

Commit a60c17b

Browse files
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

File tree

.github/workflows/on_schedule_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
max-parallel: 12
2929
matrix:
3030
crawler-type: ["playwright_camoufox", "playwright_chrome", "playwright_firefox", "playwright_webkit", "playwright", "parsel", "beautifulsoup"]
31-
http-client: ["httpx", "curl_impersonate"]
31+
http-client: ["httpx", "curl_impersonate", "impit"]
3232
package-manager: ["pip", "uv", "poetry"]
3333

3434
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)