summaryrefslogtreecommitdiff
path: root/.github/workflows/android.yml
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-04-15 03:19:15 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-04-15 03:19:24 +0000
commit3b4a031bd06a20018352cf3c650448cf97b9ba36 (patch)
tree971a4d0ee9590b12ad69b5be8207315e95879369 /.github/workflows/android.yml
parentadeda5d7988abb55cc338dff994543e06ca4e542 (diff)
ci: upload to Firebase before archiving test APKs
Diffstat (limited to '.github/workflows/android.yml')
-rw-r--r--.github/workflows/android.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 67df657..5d4c490 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -27,15 +27,6 @@ jobs:
run: ./gradlew assembleDebug assembleDebugAndroidTest
working-directory: android-app
- - name: Upload test APKs (shared with smoke-test job)
- uses: actions/upload-artifact@v4
- with:
- name: test-apks
- retention-days: 1
- path: |
- android-app/app/build/outputs/apk/debug/app-debug.apk
- android-app/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk
-
- name: upload artifact to Firebase App Distribution
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: wzieba/Firebase-Distribution-Github-Action@v1
@@ -45,6 +36,15 @@ jobs:
groups: testers
file: android-app/app/build/outputs/apk/debug/app-debug.apk
+ - name: Upload test APKs (shared with smoke-test job)
+ uses: actions/upload-artifact@v4
+ with:
+ name: test-apks
+ retention-days: 1
+ path: |
+ android-app/app/build/outputs/apk/debug/app-debug.apk
+ android-app/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk
+
- name: Notify claudomator
if: always()
env: