We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37874a2 commit a373e85Copy full SHA for a373e85
1 file changed
.github/workflows/build-gradle.yml
@@ -25,6 +25,14 @@ jobs:
25
26
- name: Build with Gradle
27
run: xvfb-run ./gradlew test
28
+
29
+ - name: Upload test diff images
30
+ if: failure()
31
+ uses: actions/upload-artifact@v4
32
+ with:
33
+ name: visual-test-diffs
34
+ path: core/test/processing/visual/diff_*.png
35
+ retention-days: 7
36
build:
37
name: (${{ matrix.os_prefix }}/${{ matrix.arch }}) Create Processing Build
38
runs-on: ${{ matrix.os }}
0 commit comments