Skip to content

Commit 9f767da

Browse files
committed
ci: スナップショット比較を修正
1 parent ae967e9 commit 9f767da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,6 @@ jobs:
9494
compression-level: 0
9595

9696
- name: Compare snapshots
97-
run: git diff --exit-code -- test/snapshot
97+
run: |
98+
git add --intent-to-add test/snapshot
99+
git diff --exit-code test/snapshot

0 commit comments

Comments
 (0)