mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
[INJIMOB-2878] modify ios/fastfile and internal build workflow to enable automation build without testflight deploy (#1773)
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
2
.github/workflows/internal-build.yml
vendored
2
.github/workflows/internal-build.yml
vendored
@@ -170,7 +170,7 @@ jobs:
|
||||
APP_FLAVOR: ${{ inputs.injiFlavor }}
|
||||
SERVICE_LOCATION: '.'
|
||||
IOS_SERVICE_LOCATION: 'ios'
|
||||
SCRIPT_NAME: "fastlane beta"
|
||||
SCRIPT_NAME: ${{ inputs.enable_auth == 'true' && 'fastlane beta' || 'fastlane ios_ui_automation_build' }}
|
||||
IOS_ARTIFACT_NAME: "ios-artifacts"
|
||||
IOS_ARTIFACT_PATH: "ios/fastlane/Inji_artifacts/"
|
||||
secrets:
|
||||
|
||||
Reference in New Issue
Block a user