Merge branch 'develop' into subcontracting

This commit is contained in:
Sagar Sharma
2022-06-30 11:55:17 +05:30
committed by GitHub
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