From 0f28580367550ed2428e99d111a20442a04e1044 Mon Sep 17 00:00:00 2001 From: aya Date: Fri, 27 Dec 2024 12:15:41 +0200 Subject: [PATCH] Fix syntax error --- .github/workflows/test_common.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 9b66af5e782..038afc5620e 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