We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e90733 commit 047ae09Copy full SHA for 047ae09
.github/workflows/publish.yml
@@ -42,10 +42,10 @@ jobs:
42
- name: Run tests
43
run: |
44
TEST_USERNAME=${{secrets.TEST_USERNAME}} ${{steps.path.outputs.pythonv}} do.py test novus10g
45
- # - name: Send Coverage Email
46
- # if: github.ref == 'refs/heads/main'
47
- # run: |
48
- # ${{steps.path.outputs.pythonv}} do.py coverage_mail
+ - name: Send Coverage Email
+ if: github.ref == 'refs/heads/main'
+ run: |
+ ${{steps.path.outputs.pythonv}} do.py coverage_mail
49
50
- name: Generate Allure report
51
0 commit comments