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