We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea09d95 commit bb52af0Copy full SHA for bb52af0
1 file changed
.github/workflows/tests.yml
@@ -222,3 +222,9 @@ jobs:
222
if: ${{ runner.os != 'macOS' }}
223
- name: Upload code coverage
224
uses: codecov/codecov-action@v1
225
+
226
+ - uses: actions/upload-artifact@v2
227
+ if: failure()
228
+ with:
229
+ name: "${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"
230
+ path: ./result_images
0 commit comments