Skip to content

Commit

Permalink
Include newly added and deleted files in diff display(bot-sdk-java) (#48
Browse files Browse the repository at this point in the history
)

#44 forgot updating configs for
line-bot-sdk-java...
  • Loading branch information
Yang-33 authored Jan 15, 2024
1 parent 16f6311 commit 310a504
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sdk-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
run: python3 generate-code.py

- name: Show diff
run: git diff --color=always
run: |
git add .
git diff --color=always --staged
- name: Execute Java SDK test
run: ./gradlew build
Expand Down

0 comments on commit 310a504

Please sign in to comment.