File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,5 +113,5 @@ jobs:
113
113
AzureWebJobsStorage: $(AzureWebJobsStorage)
114
114
AzureWebJobsServiceBusConnectionString: $(EmulatorServiceBusConnectionString)
115
115
AzureWebJobsServiceBusSDKConnectionString: $(AzureWebJobsServiceBusSDKConnectionString)
116
- workingDirectory: $(Build.SourcesDirectory)/workers
116
+ workingDirectory: $(Build.SourcesDirectory)/${{ parameters.PROJECT_DIRECTORY }}
117
117
displayName: "Running $(PYTHON_VERSION) Python ServiceBus Linux Emulator Tests"
Original file line number Diff line number Diff line change 64
64
env:
65
65
PYTHON_VERSION: $(PYTHON_VERSION)
66
66
AZURE_STORAGE_CONNECTION_STRING: $(AZURE_STORAGE_CONNECTION_STRING)
67
- workingDirectory: $(Build.SourcesDirectory)/workers
67
+ workingDirectory: $(Build.SourcesDirectory)/${{ parameters.PROJECT_DIRECTORY }}
68
68
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
Write-Host "skipTest: $(skipTest)"
154
154
displayName: 'Display skipTest variable'
155
155
- bash : |
156
- python -m pytest -q -n auto - -dist loadfile --reruns 4 --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
156
+ python -m pytest -q --dist loadfile --reruns 4 --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
157
157
env:
158
158
AzureWebJobsStorage: $(STORAGE_CONNECTION)
159
159
AzureWebJobsCosmosDBConnectionString: $(COSMOSDB_CONNECTION)
You can’t perform that action at this time.
0 commit comments