Skip to content

Commit

Permalink
chore(snackager): bump shards to 5 to redistribute tests equally
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 3, 2025
1 parent e7f5c35 commit c9522d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snackager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' }}
Expand Down

0 comments on commit c9522d5

Please sign in to comment.