We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0186384 commit aca372dCopy full SHA for aca372d
.github/workflows/pr-workflow.yml
@@ -129,6 +129,8 @@ jobs:
129
- 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
131
working-directory: 'azure-devops'
132
+ env:
133
+ AZURE_DEVOPS_EXT_TEST_ORG: ${{ secrets.AZURE_DEVOPS_EXT_TEST_ORG }}
134
- name: Install beautifulsoup4
135
run: pip install beautifulsoup4
136
- name: Fix Code Coverage Style
0 commit comments