Skip to content

Commit 570de98

Browse files
committed
4 runners
1 parent ff0f7af commit 570de98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/templates/post-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ steps:
217217
poetry install --no-root # Install dependencies defined in pyproject.toml
218218
219219
# ENVIRONMENT="$workspace" poetry run python -m unittest -v -c
220-
ENVIRONMENT="$workspace" poetry run unittest -v -j 4
220+
ENVIRONMENT="$workspace" poetry run unittest-parallel -v -j 4
221221
222222
echo "E2E batch folder test cases executed successfully"
223223
else

0 commit comments

Comments
 (0)