summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-01-27 16:43:22 +0100
committerAlbin <albin@mullvad.net>2022-02-01 14:38:28 +0100
commitf5dd69be7de592c86b83dd01370f19e4d7ba5651 (patch)
treeb950a4c460c4c736e54d0ae188e0f8590da900fd /.github
parent969cab081b2fb05e0c3c0526d831b4e100a94748 (diff)
downloadmullvadvpn-f5dd69be7de592c86b83dd01370f19e4d7ba5651.tar.xz
mullvadvpn-f5dd69be7de592c86b83dd01370f19e4d7ba5651.zip
Upload produced apk artifacts in GH actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android-app.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index 170eb55863..28d5ff0e87 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -96,6 +96,14 @@ jobs:
./gradlew --console plain assembleDebug
./gradlew testDebugUnitTest
+ - name: Upload apks
+ uses: actions/upload-artifact@v2
+ with:
+ name: apks
+ path: android/app/build/outputs/apk
+ if-no-files-found: error
+ retention-days: 1
+
instrumented-tests:
name: Instrumented tests
runs-on: macos-latest