Skip to content

Commit 40c29d0

Browse files
authored
Merge pull request #166 from AppDevNext/ShowDiffInGit
Show git status
2 parents 884c307 + 7bc796c commit 40c29d0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/Android-CI.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@ jobs:
7070
name: MPChart-Screenshots-diffs
7171
path: |
7272
screenshotDiffs
73-
73+
- name: Show git status
74+
if: ${{ always() }}
75+
run: |
76+
git add screenshotsToCompare
77+
git status
78+
[ "$(git status -s -uno)" ] && exit 1 || exit 0
7479
Check:
7580
name: Check
7681
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)