Skip to content

Commit a373e85

Browse files
committed
uploading diff artifact
1 parent 37874a2 commit a373e85

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build-gradle.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525

2626
- name: Build with Gradle
2727
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
2836
build:
2937
name: (${{ matrix.os_prefix }}/${{ matrix.arch }}) Create Processing Build
3038
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)