From e16c475f0bbcd8784b245287586440f8cf46f2a1 Mon Sep 17 00:00:00 2001 From: Florin Barbu Date: Fri, 27 Dec 2024 15:47:50 +0200 Subject: [PATCH] fix: prevent fail fast --- .github/workflows/test_common.yml | 2 ++ 1 file changed, 2 insertions(+) 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