File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,12 +67,13 @@ jobs:
6767 hatch -e test env run -- uv pip install -r requirements_lowest_direct.txt
6868 hatch run test:unit
6969
70- - name : Nightly - run unit tests with Haystack main branch
70+ # Since this integration inherits from OpenAIChatGenerator, we run ALL tests with Haystack main branch to catch regressions
71+ - name : Nightly - run tests with Haystack main branch
7172 if : github.event_name == 'schedule'
7273 run : |
7374 hatch env prune
7475 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
75- hatch run test:unit
76+ hatch run test:cov-retry
7677
7778 - name : Send event to Datadog for nightly failures
7879 if : failure() && github.event_name == 'schedule'
Original file line number Diff line number Diff line change @@ -67,12 +67,13 @@ jobs:
6767 hatch -e test env run -- uv pip install -r requirements_lowest_direct.txt
6868 hatch run test:unit
6969
70- - name : Nightly - run unit tests with Haystack main branch
70+ # Since this integration inherits from OpenAIChatGenerator, we run ALL tests with Haystack main branch to catch regressions
71+ - name : Nightly - run tests with Haystack main branch
7172 if : github.event_name == 'schedule'
7273 run : |
7374 hatch env prune
74- hatch run uv pip install git+https://github.com/deepset-ai/haystack.git@main
75- hatch run test:unit
75+ hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
76+ hatch run test:cov-retry
7677
7778 - name : Send event to Datadog for nightly failures
7879 if : failure() && github.event_name == 'schedule'
You can’t perform that action at this time.
0 commit comments