ci: bump container count for unittests (#31490)

[skip ci]
This commit is contained in:
Ankush Menat 2022-06-30 11:35:45 +05:30 committed by GitHub
parent 2a619fd789
commit 56c6a709cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
container: [1, 2, 3]
container: [1, 2, 3, 4]
name: Python Unit Tests

View File

@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
container: [1, 2, 3]
container: [1]
name: Python Unit Tests