Skip to content

Commit b066072

Browse files
authored
Include all png files in the snapshot results (#213)
This should fix reviewing test runs in kitdiff
1 parent b9acc20 commit b066072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ jobs:
147147
if: always()
148148
with:
149149
name: test-results
150-
path: "**/tests/snapshots"
150+
path: "*.png"

0 commit comments

Comments
 (0)