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 b971723 commit 6727911Copy full SHA for 6727911
.github/workflows/pytest_matrix.yml
@@ -95,10 +95,10 @@ jobs:
95
96
- name: Publish Test Results
97
uses: EnricoMi/publish-unit-test-result-action@v2
98
- if: always() && !cancelled() && steps.changes.outputs.src == 'true'
+ if: always() && !cancelled() && steps.changes.outputs.src == 'true' && matrix.python-version == '3.11'
99
continue-on-error: true
100
with:
101
- check_name: "PyTest Results (Matrix, Python ${{ matrix.python-version }}, ${{ matrix.os }})"
+ check_name: "PyTest Results (Full)"
102
large_files: true
103
files: |
104
build/test-results/**/*.xml
0 commit comments