Skip to content

Commit aca372d

Browse files
committed
added env variable
1 parent 0186384 commit aca372d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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
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

0 commit comments

Comments
 (0)