Skip to content

Commit

Permalink
test(workflow): Check git status
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxGalaxy committed Dec 26, 2023
1 parent da134c0 commit 2b5ee9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
run: |
printf 'GOOGLE_ANALYTICS<<EOF\n%s\nEOF\n' "$GOOGLE_SERVICES_JSON" >> $GITHUB_ENV
- name: Check git status
run: git status

- name: Build debug APK
run: ./gradlew assembleDebug

Expand Down

0 comments on commit 2b5ee9c

Please sign in to comment.