Skip to content

Commit

Permalink
Add full log
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Jul 3, 2024
1 parent 02f1cbb commit a00c9a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- run: npm run build
- name: Check uncommited file
run: |
git diff
git_diff_stat=$(git diff --stat)
if [[ $git_diff_stat != '' ]]; then
echo "Uncommitted file found. Ensure you have run tests and committed all changes."
Expand Down

0 comments on commit a00c9a9

Please sign in to comment.