Skip to content

Commit

Permalink
Show git status
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jan 2, 2025
1 parent 93e8285 commit fde6b54
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,11 @@ jobs:
with:
name: SlidingUp-diffs-${{ needs.env-job.outputs.modified-branch-name }}
path: |
screenshotDiffs
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

0 comments on commit fde6b54

Please sign in to comment.