Skip to content

Commit 966a7da

Browse files
committed
ci: check v8 tests failing
Signed-off-by: Joan Martinez <joan.fontanals.martinez@jina.ai>
1 parent aa15b9e commit 966a7da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
- name: Test
218218
id: test
219219
run: |
220-
poetry run pytest -m 'index and not elasticv8' --cov=docarray --cov-report=xml tests/index/${{ matrix.db_test_folder }}
220+
poetry run pytest -m 'index and not elasticv8' -s -v --cov=docarray --cov-report=xml tests/index/${{ matrix.db_test_folder }}
221221
echo "flag it as docarray for codeoverage"
222222
echo "codecov_flag=docarray" >> $GITHUB_OUTPUT
223223
timeout-minutes: 30
@@ -242,7 +242,7 @@ jobs:
242242
strategy:
243243
fail-fast: false
244244
matrix:
245-
python-version: [3.8]
245+
python-version: ["3.10"]
246246
pydantic-version: ["pydantic-v2", "pydantic-v1"]
247247
steps:
248248
- uses: actions/checkout@v2.5.0
@@ -267,7 +267,7 @@ jobs:
267267
- name: Test
268268
id: test
269269
run: |
270-
poetry run pytest -m 'index and elasticv8' --cov=docarray --cov-report=xml tests
270+
poetry run pytest -m 'index and elasticv8' -s -v --cov=docarray --cov-report=xml tests
271271
echo "flag it as docarray for codeoverage"
272272
echo "codecov_flag=docarray" >> $GITHUB_OUTPUT
273273
timeout-minutes: 30

0 commit comments

Comments
 (0)