mirror of https://github.com/vector-im/riot-web
Reduce number of parallel runners for Playwright (#12695)
parent
15de0010a1
commit
eb28898754
|
@ -103,7 +103,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
# Run multiple instances in parallel to speed up the tests
|
||||
runner: [1, 2, 3, 4, 5, 6, 7, 8]
|
||||
runner: [1, 2, 3, 4, 5, 6]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue