We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04c4b5 commit a2a322dCopy full SHA for a2a322d
1 file changed
.github/workflows/pull-request-validation.yml
@@ -281,7 +281,9 @@ jobs:
281
with:
282
compression-level: 0
283
name: test-snapshot-diff-html-${{ matrix.shard-index }}
284
- path: ./__tests__/__image_snapshots__/*/__diff_output__/*
+ path: |
285
+ ./__tests__/__image_snapshots__/*/__diff_output__/*
286
+ ./__tests__/html2/**/*.snap-*-diff.png
287
288
merge-test-results:
289
if: always()
0 commit comments