File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,8 @@ jobs:
119119 run : |
120120 hatch env prune
121121 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
122- hatch run test:unit
122+ hatch run test:unit-cov-retry
123+ hatch run test:integration-cov-append-retry
123124
124125 notify-slack-on-failure :
125126 needs : run
Original file line number Diff line number Diff line change @@ -119,7 +119,8 @@ jobs:
119119 run : |
120120 hatch env prune
121121 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
122- hatch run test:unit
122+ hatch run test:unit-cov-retry
123+ hatch run test:integration-cov-append-retry
123124
124125 notify-slack-on-failure :
125126 needs : run
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 hatch -e test env run -- uv pip install -r requirements_lowest_direct.txt
126126 hatch run test:unit
127127
128- - name : Nightly - run tests with Haystack main branch
128+ - name : Nightly - run unit tests with Haystack main branch
129129 if : github.event_name == 'schedule'
130130 run : |
131131 hatch env prune
Original file line number Diff line number Diff line change @@ -181,7 +181,8 @@ jobs:
181181 run : |
182182 hatch env prune
183183 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
184- hatch run test:unit
184+ hatch run test:unit-cov-retry
185+ hatch run test:integration-cov-append-retry
185186
186187 notify-slack-on-failure :
187188 needs : run
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 hatch -e test env run -- uv pip install -r requirements_lowest_direct.txt
112112 hatch run test:unit
113113
114- - name : Nightly - run tests with Haystack main branch
114+ - name : Nightly - run unit tests with Haystack main branch
115115 if : github.event_name == 'schedule'
116116 run : |
117117 hatch env prune
Original file line number Diff line number Diff line change @@ -119,7 +119,8 @@ jobs:
119119 run : |
120120 hatch env prune
121121 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
122- hatch run test:unit
122+ hatch run test:unit-cov-retry
123+ hatch run test:integration-cov-append-retry
123124
124125 notify-slack-on-failure :
125126 needs : run
Original file line number Diff line number Diff line change @@ -119,7 +119,8 @@ jobs:
119119 run : |
120120 hatch env prune
121121 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
122- hatch run test:unit
122+ hatch run test:unit-cov-retry
123+ hatch run test:integration-cov-append-retry
123124
124125 notify-slack-on-failure :
125126 needs : run
Original file line number Diff line number Diff line change @@ -120,7 +120,8 @@ jobs:
120120 run : |
121121 hatch env prune
122122 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
123- hatch run test:unit
123+ hatch run test:unit-cov-retry
124+ hatch run test:integration-cov-append-retry
124125
125126 notify-slack-on-failure :
126127 needs : run
Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ jobs:
118118 run : |
119119 hatch env prune
120120 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
121- hatch run test:unit
121+ hatch run test:unit-cov-retry
122+ hatch run test:integration-cov-append-retry
122123
123124 notify-slack-on-failure :
124125 needs : run
Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ jobs:
118118 run : |
119119 hatch env prune
120120 hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
121- hatch run test:unit
121+ hatch run test:unit-cov-retry
122+ hatch run test:integration-cov-append-retry
122123
123124 notify-slack-on-failure :
124125 needs : run
You can’t perform that action at this time.
0 commit comments