Skip to content

Commit

Permalink
chore: Add git diff logs for diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Feb 27, 2024
1 parent af76666 commit 6bf8b0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
SNAPSHOT_TEST: true
BUILD_SERVER: ${{ github.event_name != 'pull_request' }}

# Output file names that are updated by snapshot tests.
- run: git diff --name-only

- uses: stefanzweifel/git-auto-commit-action@v5
if: github.event_name == 'pull_request'
with:
Expand Down

0 comments on commit 6bf8b0f

Please sign in to comment.