We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0f7af commit 570de98Copy full SHA for 570de98
azure/templates/post-deploy.yml
@@ -217,7 +217,7 @@ steps:
217
poetry install --no-root # Install dependencies defined in pyproject.toml
218
219
# ENVIRONMENT="$workspace" poetry run python -m unittest -v -c
220
- ENVIRONMENT="$workspace" poetry run unittest -v -j 4
+ ENVIRONMENT="$workspace" poetry run unittest-parallel -v -j 4
221
222
echo "E2E batch folder test cases executed successfully"
223
else
0 commit comments