diff --git a/.github/workflows/web.tests.yml b/.github/workflows/web.tests.yml index 115a3f15d..1a642f15f 100644 --- a/.github/workflows/web.tests.yml +++ b/.github/workflows/web.tests.yml @@ -49,7 +49,7 @@ jobs: name: 🧪 Test (${{ matrix.shard }}/${{ strategy.job-total }}) strategy: matrix: - shard: [1, 2, 3, 4] + shard: [1, 2, 3, 4, 5] runs-on: ubuntu-latest steps: - name: Checkout