mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
attempt fix
This commit is contained in:
parent
c4f254d9e4
commit
b51c49e351
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue