From c9522d5a0acab83605e7e2a44557e8b81fadc0c5 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Fri, 3 Jan 2025 12:34:08 +0100 Subject: [PATCH] chore(snackager): bump shards to 5 to redistribute tests equally --- .github/workflows/snackager.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snackager.yml b/.github/workflows/snackager.yml index 58632384..7663726a 100644 --- a/.github/workflows/snackager.yml +++ b/.github/workflows/snackager.yml @@ -69,7 +69,7 @@ jobs: strategy: fail-fast: false matrix: - shard: [1, 2, 3, 4] + shard: [1, 2, 3, 4, 5] runs-on: ubuntu-latest steps: - name: ๐Ÿ— Setup repository @@ -79,7 +79,7 @@ jobs: uses: ./.github/actions/setup-snackager - name: ๐Ÿงช Test snackager - run: yarn test:e2e --ci --shard=${{ matrix.shard }}/4 + run: yarn test:e2e --ci --shard=${{ matrix.shard }}/5 build: if: ${{ github.event_name == 'pull_request' }}