Skip to content

Commit

Permalink
ci: tweak diff
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Sep 24, 2024
1 parent 1d4c0a9 commit 75b3728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
false; \
fi
- name: make sure bundling works
shell: bash
run: |
npx nx bundle web-component
git status
git diff -w --word-diff
git diff --word-diff=porcelain --word-diff-regex=... --color | perl -ple 's/^(\x1b[^ -+]{0,6})? (.{81,})$/$1 . " " . substr($2, 0, 40) . " [... " . (length($2)-80) . " bytes ...] " . substr($2, -40)/ex'

0 comments on commit 75b3728

Please sign in to comment.