Skip to content

Commit

Permalink
Fix: diff取得を修正
Browse files Browse the repository at this point in the history
[update snapshots]
  • Loading branch information
sevenc-nanashi authored Dec 5, 2024
1 parent c475f8c commit 83305c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
# git diff に表示されるようにする
git add --intent-to-add --all tests/
git diff --binary --cached tests/ > patch-${{ matrix.os }}.diff
git diff --binary HEAD tests/ > patch-${{ matrix.os }}.diff
- name: Upload patch to artifact
if: needs.config.outputs.shouldUpdateSnapshots == 'true'
Expand Down

0 comments on commit 83305c6

Please sign in to comment.