Skip to content

Commit ff0f7af

Browse files
committed
4 runners
1 parent 05b1575 commit ff0f7af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure/templates/post-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ steps:
216216
217217
poetry install --no-root # Install dependencies defined in pyproject.toml
218218
219-
ENVIRONMENT="$workspace" poetry run python -m unittest -v -c
219+
# ENVIRONMENT="$workspace" poetry run python -m unittest -v -c
220+
ENVIRONMENT="$workspace" poetry run unittest -v -j 4
220221
221222
echo "E2E batch folder test cases executed successfully"
222223
else

0 commit comments

Comments
 (0)