mirror of
https://github.com/bitwarden/android.git
synced 2026-05-11 02:15:43 -05:00
Signing testApp
This commit is contained in:
6
.github/workflows/test-device.yml
vendored
6
.github/workflows/test-device.yml
vendored
@@ -120,7 +120,11 @@ jobs:
|
||||
|
||||
- name: Build test APK (espresso)
|
||||
run: |
|
||||
./gradlew :app:assembleStandardReleaseAndroidTest
|
||||
bundle exec fastlane assembleStandardReleaseAndroidTest \
|
||||
storeFile:app_play-keystore.jks \
|
||||
storePassword:'${{ env.PLAY_KEYSTORE_PASSWORD }}' \
|
||||
keyAlias:bitwarden \
|
||||
keyPassword:'${{ env.PLAY_KEYSTORE_PASSWORD }}'
|
||||
|
||||
- name: Upload app APK to SauceLabs storage
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user