Skip to content

Commit e39f7a9

Browse files
authored
Update python-package.yml
1 parent 0c185ad commit e39f7a9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
run: |
4545
pytest
4646
- name: Generate Report
47+
env:
48+
LOGIN_DOMAIN : ${{ secrets.LOGIN_DOMAIN }}
49+
LOGIN_USERNAME : ${{ secrets.LOGIN_USERNAME }}
50+
LOGIN_PASSWORD : ${{ secrets.LOGIN_PASSWORD }}
4751
run: |
4852
pip install coverage
4953
coverage run -m unittest

0 commit comments

Comments
 (0)