Skip to content

Commit 119b660

Browse files
authored
fix: visual regression tests (#172)
1 parent 0c28434 commit 119b660

12 files changed

+16
-9
lines changed

.github/workflows/pr_visual_flow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ jobs:
3030
name: test-visual-images
3131
path: |
3232
/home/runner/work/_temp/**/*.png
33+
/home/runner/work/_temp/**/*.docx
34+
/home/runner/work/_temp/**/*.pdf
35+
target/surefire-reports/*.xml
3336
- name: Test Report
34-
uses: dorny/test-reporter@v1
37+
uses: dorny/test-reporter@v2
3538
if: success() || failure()
3639
with:
3740
name: Visual Tests
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4.28 KB
Binary file not shown.

0 commit comments

Comments
 (0)