Skip to content

Commit 0186384

Browse files
committed
removed ignored folder
1 parent 66821c9 commit 0186384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- uses: ./.github/actions/setup-ci-machine
128128
- uses: ./.github/actions/download-install-local-azure-devops-cli-extension
129129
- name: Run unit tests for code coverage
130-
run: pytest --junitxml "TEST-UT-results.xml" --cov=azext_devops/dev --cov-report=xml --cov-report=html --ignore=azext_devops/tests/latest/integrationtests
130+
run: pytest --junitxml "TEST-UT-results.xml" --cov=azext_devops/dev --cov-report=xml --cov-report=html
131131
working-directory: 'azure-devops'
132132
- name: Install beautifulsoup4
133133
run: pip install beautifulsoup4

0 commit comments

Comments
 (0)