From 876025f8f312c67cde602091376beb36c65681e7 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 7 Aug 2026 17:03:37 +0000 Subject: [PATCH] ci: route credential_endpoints tests through the proxy-endpoints job Co-authored-by: Krrish Dholakia --- .github/workflows/test-unit-proxy-endpoints.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-unit-proxy-endpoints.yml b/.github/workflows/test-unit-proxy-endpoints.yml index 20b89c72440..dc64b7a9110 100644 --- a/.github/workflows/test-unit-proxy-endpoints.yml +++ b/.github/workflows/test-unit-proxy-endpoints.yml @@ -53,6 +53,7 @@ jobs: tests/test_litellm/proxy/realtime_endpoints tests/test_litellm/proxy/ui_crud_endpoints tests/test_litellm/proxy/config_resolvers + tests/test_litellm/proxy/credential_endpoints tests/test_litellm/proxy/utils workers: 2 reruns: 2