mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
changing e2e ui testin config
This commit is contained in:
parent
953e2736d4
commit
bb98a167b7
1 changed files with 4 additions and 3 deletions
|
|
@ -3638,13 +3638,14 @@ jobs:
|
|||
--output=test-results
|
||||
no_output_timeout: 120m
|
||||
- store_artifacts:
|
||||
path: test-results
|
||||
path: ui/litellm-dashboard/e2e_tests/test-results
|
||||
destination: playwright-results
|
||||
when: always
|
||||
|
||||
- store_artifacts:
|
||||
path: playwright-report
|
||||
path: ui/litellm-dashboard/e2e_tests/playwright-report
|
||||
destination: playwright-report
|
||||
|
||||
when: always
|
||||
test_nonroot_image:
|
||||
machine:
|
||||
image: ubuntu-2204:2023.10.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue