Skip to content

Commit

Permalink
Refactor push trigger (#955)
Browse files Browse the repository at this point in the history
* feat(MOSIP-29236): add reusable workflows

* feat(MOSIP-29236): add ios automation job

* feat(INJI-000) Add reusable workflows

Signed-off-by: adityankannan-tw <[email protected]>

* feat(MOSIP-25631): Add reusable workflows

Signed-off-by: adityankannan-tw <[email protected]>

* feat(MOSIP-25631): fix push trigger errors

Signed-off-by: adityankannan-tw <[email protected]>

* refactor(MOSIP-25631): update push triggers to supported format

Signed-off-by: adityankannan-tw <[email protected]>

* refactor(MOSIP-25631): fix push trigger errors

Signed-off-by: adityankannan-tw <[email protected]>

* refactor(MOSIP-25631): refactor push trigger

Signed-off-by: adityankannan-tw <[email protected]>

---------

Signed-off-by: adityankannan-tw <[email protected]>
Signed-off-by: adityankannan-tw <[email protected]>
  • Loading branch information
adityankannan-tw authored Oct 23, 2023
1 parent bdaa3af commit ba92b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
NODE_VERSION: "16.x"
DEBUG_KEYSTORE_ALIAS: androiddebugkey
secrets:
DEBUG_KEYSTORE_PASSWORD: ${{secrets.INJI_ANDROID_DEBUG_STOREPASS}}
DEBUG_KEYSTORE_PASSWORD: '${{secrets.INJI_ANDROID_DEBUG_STOREPASS}}'

build-ios:
uses: tw-mosip/kattu/.github/workflows/ios-build.yml@add-inji-workflows
Expand Down
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ platform :ios do
)
end

lane :build_app_for_automation_on_simulator do
lane :build_app do

custom_output_directory = "./Inji_app_file"
sh("mkdir -p '#{custom_output_directory}'")
Expand Down

0 comments on commit ba92b20

Please sign in to comment.