Skip to content

Commit

Permalink
Use newer signature scheme in E2E tests (#139)
Browse files Browse the repository at this point in the history
* Use newer signature scheme in E2E tests

* Use newer signature scheme in E2E tests
  • Loading branch information
ofalvai authored Nov 4, 2021
1 parent 6427e1e commit bd00b3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ workflows:
- sign-apk:
inputs:
- android_app: $BITRISE_AAB_PATH
- use_apk_signer: true
- android-build:
title: Build wearable app
inputs:
Expand All @@ -76,6 +77,7 @@ workflows:
- sign-apk:
inputs:
- android_app: $BITRISE_AAB_PATH
- use_apk_signer: true
- path::./:
title: Execute step
# Limit running this test to only one stack to avoid parallel testing issues
Expand Down Expand Up @@ -117,6 +119,7 @@ workflows:
- sign-apk:
inputs:
- android_app: $BITRISE_AAB_PATH
- use_apk_signer: true
- path::./:
title: Execute step
# Limit running this test to only one stack to avoid parallel testing issues
Expand Down Expand Up @@ -161,6 +164,7 @@ workflows:
- sign-apk:
inputs:
- android_app: $BITRISE_APK_PATH_LIST
- use_apk_signer: true
- path::./:
title: Execute step
# Limit running this test to only one stack to avoid parallel testing issues
Expand Down

0 comments on commit bd00b3a

Please sign in to comment.