Skip to content

Commit

Permalink
feat(inji-293): try using build_app_for_automation_on_simulator for …
Browse files Browse the repository at this point in the history
…ios build verify
  • Loading branch information
tilak-puli committed Oct 10, 2023
1 parent d43390e commit e69da3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios-build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Building the IPA
run: |
cd ios
fastlane build_verify
fastlane build_app_for_automation_on_simulator
env:
APP_STORE_CONNECT_TEAM_ID: '${{ secrets.APP_STORE_CONNECT_TEAM_ID }}'
DEVELOPER_APP_ID: '${{ secrets.IOS_INJI_DEVELOPER_APP_ID }}'
Expand Down
2 changes: 1 addition & 1 deletion android/scripts/verify-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ yes | sudo gem install bundler

yes | sudo fastlane install_plugins

bundle exec fastlane build_app_for_automation_on_simulator
bundle exec fastlane android_build_verify

0 comments on commit e69da3c

Please sign in to comment.