From b51c49e3510375ab1a61627496a241a8fc95a896 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Sat, 17 Jan 2026 14:56:31 -0800 Subject: [PATCH] attempt fix --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8b1357a01ac..0c82e07c061 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3662,12 +3662,12 @@ jobs: litellm/ui/litellm-dashboard/e2e_tests 2>/dev/null || true - store_artifacts: - path: ~/project/litellm/ui/litellm-dashboard/test-results - destination: playwright-results + path: ui/litellm-dashboard/test-results + destination: test-results when: always - store_artifacts: - path: ~/project/litellm/ui/litellm-dashboard/playwright-report + path: ui/litellm-dashboard/playwright-report destination: playwright-report when: always test_nonroot_image: