File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 7676 with :
7777 name : pytest-results-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}
7878 path : junit/test-results-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}.xml
79- # Use always() to always run this step to publish test results when there are test failures
80- if : always()
79+ if : failure()
8180
8281 - name : Statistics
8382 if : success()
Original file line number Diff line number Diff line change 5050 with :
5151 name : pytest-results-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}
5252 path : junit/test-results-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}.xml
53- # Use always() to always run this step to publish test results when there are test failures
54- if : always()
53+ if : failure()
Original file line number Diff line number Diff line change @@ -129,8 +129,7 @@ jobs:
129129 with :
130130 name : pytest-results-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}
131131 path : junit/test-results-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}.xml
132- # Use always() to always run this step to publish test results when there are test failures
133- if : always()
132+ if : failure()
134133
135134 - name : Statistics
136135 if : success()
You can’t perform that action at this time.
0 commit comments