We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9df91 commit ffe09bcCopy full SHA for ffe09bc
1 file changed
.github/workflows/pythonpackage.yml
@@ -44,7 +44,7 @@ jobs:
44
pytest tests/ --durations=10 --doctest-modules --junitxml=junit/test-results.xml --cov=dice_ml --cov-report=xml --cov-report=html
45
- name: Publish Unit Test Results
46
uses: EnricoMi/publish-unit-test-result-action/composite@v1
47
- if: always()
+ if: ${{ (matrix.python-version == '3.8') && (matrix.os == 'ubuntu-latest') }}
48
with:
49
files: junit/test-results.xml
50
- name: Upload coverage to Codecov
0 commit comments