improve e2e tests (#731)

* fix build break

docs build was breaking because requirements file was getting ignored from .dockerignore

* improve e2e tests time

* fix: bump GH Actions to latest versions (checkout@v4, setup-python@v5, build-push-action@v6)

* more improvements

* fix perm

* more improvements

* parallel runs
This commit is contained in:
Adil Hafeez 2026-02-09 13:20:06 -08:00 committed by GitHub
parent 99077d83fb
commit 4d9ed74b68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 327 additions and 31 deletions

View file

@ -13,6 +13,7 @@ dependencies = [
"pytest-sugar>=1.0.0",
"deepdiff>=8.0.1",
"pytest-retry>=1.6.3",
"pytest-xdist>=3.5.0",
"anthropic>=0.66.0",
"openai>=1.0.0",
]