test: reduce parallelization to 4 containers (#5562)

This commit is contained in:
Zach Pomerantz 2022-12-07 10:37:29 -08:00 committed by GitHub
parent 4710b832fa
commit e640dccebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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