Skip to content

Commit 6bf8b0f

Browse files
committed
chore: Add git diff logs for diagnostics
1 parent af76666 commit 6bf8b0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
SNAPSHOT_TEST: true
7878
BUILD_SERVER: ${{ github.event_name != 'pull_request' }}
7979

80+
# Output file names that are updated by snapshot tests.
81+
- run: git diff --name-only
82+
8083
- uses: stefanzweifel/git-auto-commit-action@v5
8184
if: github.event_name == 'pull_request'
8285
with:

0 commit comments

Comments
 (0)