Skip to content

Commit ffa6334

Browse files
IanMatthewHuffIan Huff
and
Ian Huff
authored
upload artifact for failing flake tests (#178)
Co-authored-by: Ian Huff <[email protected]>
1 parent 08adfaf commit ffa6334

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/flaky.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,9 @@ jobs:
170170
check_name: Functional Test Report
171171
if: (steps.test_functional.outcome == 'failure' || steps.test_functional_jupyter.outcome == 'failure') && failure()
172172

173+
- name: Upload Functional Test Report
174+
uses: actions/upload-artifact@v2
175+
with:
176+
name: functional-jupyter-test-result-${{ matrix.os }}-${{ matrix.python }}
177+
path: ${{ env.TEST_RESULTS_GLOB }}
178+
if: steps.test_functional_jupyter.outcome == 'failure' && failure()

0 commit comments

Comments
 (0)