Skip to content

Commit 7b495ee

Browse files
committed
Changing scope for running unit tests
1 parent 66eb89e commit 7b495ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_ut_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
AzureWebJobsStorage: ${{ secrets.LinuxStorageConnectionString310 }} # needed for installing azure-functions-durable while running setup.py
7171
ARCHIVE_WEBHOST_LOGS: ${{ github.event.inputs.archive_webhost_logging }}
7272
run: |
73-
python -m pytest -q -n auto --dist loadfile --reruns 4 --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch tests/unittests
73+
python -m pytest -q -n auto --dist loadscope --reruns 4 --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch tests/unittests
7474
- name: Codecov
7575
uses: codecov/codecov-action@v3
7676
with:

0 commit comments

Comments
 (0)