Skip to content

Commit

Permalink
Update build.yml debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpknu authored Jun 10, 2024
1 parent 97a4778 commit b5d8672
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:

- name: Show git log
run: |
git log
git_log=$(git log --pretty=format:"%h|%an|%ad|%s" --date=short)
echo "$git_log"
- name: Build with Gradle Wrapper
run: ./gradlew build
Expand Down

0 comments on commit b5d8672

Please sign in to comment.