diff --git a/.github/workflows/Android-CI.yml b/.github/workflows/Android-CI.yml index 0f8ecd8..c33206c 100644 --- a/.github/workflows/Android-CI.yml +++ b/.github/workflows/Android-CI.yml @@ -99,4 +99,11 @@ jobs: with: name: SlidingUp-diffs-${{ needs.env-job.outputs.modified-branch-name }} path: | - screenshotDiffs \ No newline at end of file + screenshotDiffs + - name: Show git status + if: ${{ always() }} + run: | + ls -la artifacts + git add screenshotsToCompare${{ matrix.emulatorApi }} + git status + [ "$(git status -s -uno)" ] && exit 1 || exit 0 \ No newline at end of file