test: reduce parallelization to 4 containers (#5562)
This commit is contained in:
parent
4710b832fa
commit
e640dccebd
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
containers: [1, 2, 3, 4, 5]
|
||||
containers: [1, 2, 3, 4]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./.github/actions/setup
|
||||
|
Loading…
Reference in New Issue
Block a user