Skip to content

Commit d174813

Browse files
authored
Users/soujanya/devopscli (#1436)
* fixed syntax issue on line no 32 * latest recording file * latest recordings * removed ignored folder * added env variable * added ignore folder back * latest passed recordings
1 parent afa13c2 commit d174813

28 files changed

+13613
-4341
lines changed

.github/workflows/pr-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ jobs:
129129
- name: Run unit tests for code coverage
130130
run: pytest --junitxml "TEST-UT-results.xml" --cov=azext_devops/dev --cov-report=xml --cov-report=html --ignore=azext_devops/tests/latest/integrationtests
131131
working-directory: 'azure-devops'
132+
env:
133+
AZURE_DEVOPS_EXT_TEST_ORG: ${{ secrets.AZURE_DEVOPS_EXT_TEST_ORG }}
132134
- name: Install beautifulsoup4
133135
run: pip install beautifulsoup4
134136
- name: Fix Code Coverage Style

azure-devops/azext_devops/tests/latest/integrationtests/recordings/test_boards_iterations.yaml

Lines changed: 355 additions & 506 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)