Skip to content

Commit 46f70d9

Browse files
authored
Merge 6397638 into ecaacec
2 parents ecaacec + 6397638 commit 46f70d9

3 files changed

Lines changed: 292 additions & 1 deletion

File tree

.github/workflows/test_pull_requests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,13 @@ jobs:
184184
name: "regressions-${{ matrix.os }}"
185185
path: "${{ github.workspace }}/regressions"
186186

187+
- uses: actions/upload-artifact@v4
188+
id: upload_regression_plotter
189+
if: always() && matrix.run_regressions && steps.regressions.outcome == 'failure' # only run this if regressions were encountered "failed"
190+
with:
191+
name: "regressions-plotter-${{ matrix.os }}"
192+
path: "${{ github.workspace }}/regression_plotter.html"
193+
187194
- name: Generate Regression Summary GitHub Script
188195
if: always() && matrix.run_regressions && steps.regressions.outcome == 'failure'
189196
run: >

0 commit comments

Comments
 (0)