mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
Inji 700 UI automation (#1190)
This commit is contained in:
1
.github/workflows/ui-automation.yml
vendored
1
.github/workflows/ui-automation.yml
vendored
@@ -147,6 +147,7 @@ jobs:
|
|||||||
APPLE_KEY_ID: '${{ secrets.APPLE_KEY_ID }}'
|
APPLE_KEY_ID: '${{ secrets.APPLE_KEY_ID }}'
|
||||||
APPLE_ISSUER_ID: '${{ secrets.APPLE_ISSUER_ID }}'
|
APPLE_ISSUER_ID: '${{ secrets.APPLE_ISSUER_ID }}'
|
||||||
APPLE_KEY_CONTENT: '${{ secrets.APPLE_KEY_CONTENT }}'
|
APPLE_KEY_CONTENT: '${{ secrets.APPLE_KEY_CONTENT }}'
|
||||||
|
MATCH_PASSWORD: '${{ secrets.INJI_IOS_MATCH_PASSWORD }}'
|
||||||
|
|
||||||
- name: Configure AWS CLI
|
- name: Configure AWS CLI
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ platform :ios do
|
|||||||
in_house: false,
|
in_house: false,
|
||||||
is_key_content_base64: true
|
is_key_content_base64: true
|
||||||
)
|
)
|
||||||
|
|
||||||
match(
|
match(
|
||||||
type: 'appstore',
|
type: 'appstore',
|
||||||
app_identifier: "#{generate_app_bundle_id}",
|
app_identifier: "#{generate_app_bundle_id}",
|
||||||
|
|||||||
Reference in New Issue
Block a user