diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 9b66af5e..038afc56 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -59,8 +59,6 @@ jobs: 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 }} - fi - - name: Upload allure results if: always() uses: actions/upload-artifact@v4