Skip to content

Commit 05efb39

Browse files
committed
fix inconsistencies
1 parent a2b6366 commit 05efb39

13 files changed

Lines changed: 22 additions & 13 deletions

File tree

.github/workflows/aimlapi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/cometapi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/libreoffice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/llama_stack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/markitdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/meta_llama.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/mistral.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/nvidia.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/openrouter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/stackit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)