From 56fc12d7f5ba746bd77a0ee655bd9beabea79aec Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 25 Dec 2024 13:01:32 +0200 Subject: [PATCH] Adding path of file instead of file name in yml file --- .github/workflows/test_common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index fbb4c7d6..eaf739b9 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -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