From 6e4b50937cecfbd9c9e1ec5401493c6f1618d5ca Mon Sep 17 00:00:00 2001 From: aya Date: Fri, 27 Dec 2024 11:47:10 +0200 Subject: [PATCH] Fix command of pytest --- .github/workflows/test_common.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 059aeba4..5aa90046 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -57,8 +57,7 @@ jobs: - name: Run tests run: | - pytest -m "not rln and not store2000" --reruns 2 --shard-id=${{ matrix.shard }} - --num-shards=9 --alluredir=allure-results-${{ matrix.shard }} + pytest -m "not rln and not store2000" --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=9 --alluredir=allure-results-${{ matrix.shard }} fi