Adding path of file instead of file name in yml file

This commit is contained in:
aya 2024-12-25 13:01:32 +02:00
parent f1499c55f6
commit 56fc12d7f5

View File

@ -57,7 +57,7 @@ jobs:
- name: Run tests
run: |
if [ "${{ matrix.shard }}" == 7 ]; then
pytest test_cursor.py
pytest tests/e2e/test_e2e.py
elif [ "${{ matrix.shard }}" != 7 ]; then
pytest --dist=loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=11 --alluredir=allure-results