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 }})
strategy:
matrix:
shard: [1, 2, 3, 4]
shard: [1, 2, 3, 4, 5]
runs-on: ubuntu-latest
steps:
- name: Checkout