Skip to content

Commit a2a322d

Browse files
authored
Add diff from /html2/
1 parent a04c4b5 commit a2a322d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pull-request-validation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,9 @@ jobs:
281281
with:
282282
compression-level: 0
283283
name: test-snapshot-diff-html-${{ matrix.shard-index }}
284-
path: ./__tests__/__image_snapshots__/*/__diff_output__/*
284+
path: |
285+
./__tests__/__image_snapshots__/*/__diff_output__/*
286+
./__tests__/html2/**/*.snap-*-diff.png
285287
286288
merge-test-results:
287289
if: always()

0 commit comments

Comments
 (0)