ci/cd run otel test

This commit is contained in:
Ishaan Jaff 2024-07-11 08:53:38 -07:00
parent 02ab3cb73d
commit 5cc725078d

View file

@ -435,6 +435,12 @@ workflows:
only: only:
- main - main
- /litellm_.*/ - /litellm_.*/
- proxy_log_to_otel_tests:
filters:
branches:
only:
- main
- /litellm_.*/
- installing_litellm_on_python: - installing_litellm_on_python:
filters: filters:
branches: branches:
@ -445,6 +451,7 @@ workflows:
requires: requires:
- local_testing - local_testing
- build_and_test - build_and_test
- proxy_log_to_otel_tests
filters: filters:
branches: branches:
only: only: