ci: run web tests on 5 shards (instead of 4)

This commit is contained in:
Abdullah Atta
2025-02-21 14:34:02 +05:00
parent ae141ac9c5
commit 207ae39d13

View File

@@ -49,7 +49,7 @@ jobs:
name: 🧪 Test (${{ matrix.shard }}/${{ strategy.job-total }}) name: 🧪 Test (${{ matrix.shard }}/${{ strategy.job-total }})
strategy: strategy:
matrix: matrix:
shard: [1, 2, 3, 4] shard: [1, 2, 3, 4, 5]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout