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 08adfaf commit ffa6334Copy full SHA for ffa6334
.github/workflows/flaky.yml
@@ -170,3 +170,9 @@ jobs:
170
check_name: Functional Test Report
171
if: (steps.test_functional.outcome == 'failure' || steps.test_functional_jupyter.outcome == 'failure') && failure()
172
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