diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 66a7377f..2aee0bd1 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -36,6 +36,7 @@ jobs: tests: name: tests strategy: + fail-fast: false matrix: shard: [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17] @@ -77,6 +78,7 @@ jobs: aggregate-reports: runs-on: ubuntu-latest needs: tests + if: always() steps: - name: Download all allure results uses: actions/download-artifact@v4