Skip to content

Commit b3c8225

Browse files
committed
Show git status
1 parent 2681ead commit b3c8225

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/Android-CI.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,11 @@ jobs:
9999
with:
100100
name: SlidingUp-diffs-${{ needs.env-job.outputs.modified-branch-name }}
101101
path: |
102-
screenshotDiffs
102+
screenshotDiffs
103+
- name: Show git status
104+
if: ${{ always() }}
105+
run: |
106+
ls -la artifacts
107+
git add screenshotsToCompare${{ matrix.emulatorApi }}
108+
git status
109+
[ "$(git status -s -uno)" ] && exit 1 || exit 0

0 commit comments

Comments
 (0)