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 05b1575 commit ff0f7afCopy full SHA for ff0f7af
azure/templates/post-deploy.yml
@@ -216,7 +216,8 @@ steps:
216
217
poetry install --no-root # Install dependencies defined in pyproject.toml
218
219
- ENVIRONMENT="$workspace" poetry run python -m unittest -v -c
+ # ENVIRONMENT="$workspace" poetry run python -m unittest -v -c
220
+ ENVIRONMENT="$workspace" poetry run unittest -v -j 4
221
222
echo "E2E batch folder test cases executed successfully"
223
else
0 commit comments