mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
added sepearte urls for mimoto and esignet (#1377)
* [DSD-4749] Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [DSD-4749] Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [DSD-4749] Signed-off-by: bhumi46 <thisisbn46@gmail.com> * added seperate urls Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * Update ui-automation.yml Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> --------- Signed-off-by: bhumi46 <thisisbn46@gmail.com> Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
This commit is contained in:
17
.github/workflows/ui-automation.yml
vendored
17
.github/workflows/ui-automation.yml
vendored
@@ -23,8 +23,13 @@ on:
|
||||
options:
|
||||
- Sanity
|
||||
- Regression
|
||||
backendServiceUrl:
|
||||
description: 'Mimoto and Esignet backend service URL'
|
||||
backendServiceUrlMimoto:
|
||||
description: 'Mimoto backend service URL'
|
||||
required: true
|
||||
default: 'https://api.sandbox.mosip.net'
|
||||
type: string
|
||||
backendServiceUrlEsiget:
|
||||
description: 'Esignet backend service URL'
|
||||
required: true
|
||||
default: 'https://api.sandbox.mosip.net'
|
||||
type: string
|
||||
@@ -66,8 +71,8 @@ jobs:
|
||||
cd android/scripts
|
||||
./android-build.sh
|
||||
env:
|
||||
MIMOTO_HOST: ${{ github.event.inputs.backendServiceUrl }}
|
||||
ESIGNET_HOST: ${{ github.event.inputs.backendServiceUrl }}
|
||||
MIMOTO_HOST: ${{ github.event.inputs.backendServiceUrlMimoto }}
|
||||
ESIGNET_HOST: ${{ github.event.inputs.backendServiceUrlEsignet }}
|
||||
APPLICATION_THEME: 'orange'
|
||||
CREDENTIAL_REGISTRY_EDIT: 'false'
|
||||
RELEASE_KEYSTORE_ALIAS: 'androidreleasekey'
|
||||
@@ -124,8 +129,8 @@ jobs:
|
||||
pod install && pod install
|
||||
fastlane ios_ui_automation_build
|
||||
env:
|
||||
MIMOTO_HOST: ${{ github.event.inputs.backendServiceUrl }}
|
||||
ESIGNET_HOST: ${{ github.event.inputs.backendServiceUrl }}
|
||||
MIMOTO_HOST: ${{ github.event.inputs.backendServiceUrlMimoto }}
|
||||
ESIGNET_HOST: ${{ github.event.inputs.backendServiceUrlEsignet }}
|
||||
APPLICATION_THEME: 'orange'
|
||||
APP_FLAVOR: 'residentapp'
|
||||
CREDENTIAL_REGISTRY_EDIT: 'false'
|
||||
|
||||
Reference in New Issue
Block a user