From a27c8d4abfec679f617b85dcfb1da5777022b8e8 Mon Sep 17 00:00:00 2001 From: aya Date: Fri, 27 Dec 2024 12:37:18 +0200 Subject: [PATCH] Modify test file path --- .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 038afc56..695e9808 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -57,7 +57,7 @@ jobs: - name: Run tests run: | - pytest --ignore=test_rln.py --ignore=test_cursor_many_msgs.py --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=9 --alluredir=allure-results-${{ matrix.shard }} + pytest --ignore=tests/relay/test_rln.py --ignore=tests/store/test_cursor_many_msgs.py --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=9 --alluredir=allure-results-${{ matrix.shard }} - name: Upload allure results if: always()