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.
2 parents b27581a + 2ffc4e8 commit 14c541cCopy full SHA for 14c541c
1 file changed
.github/workflows/build-and-test.yml
@@ -75,6 +75,13 @@ jobs:
75
CI: True
76
XUNIT_PATH: .\tests\ImageSharp.Tests # Required for xunit
77
78
+ - name: Store Output Images after failed tests
79
+ uses: actions/upload-artifact@v2
80
+ if: failure()
81
+ with:
82
+ name: actual_output_${{ runner.os }}_${{ matrix.options.framework }}${{ matrix.options.runtime }}.zip
83
+ path: tests/Images/ActualOutput/
84
+
85
- name: Update Codecov
86
uses: codecov/codecov-action@v1
87
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
0 commit comments