Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinBerg committed Jan 11, 2025
1 parent ee11e14 commit fd45915
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,11 @@ workflows:
script: |
#!/usr/bin/env sh
set -e # exit on first failed command
flutter pub get
cd ios
pod install
working_directory: recipients_app/ios
cd ..
working_directory: recipients_app
- name: Flutter build ipa
script: |
#!/usr/bin/env sh
Expand Down

0 comments on commit fd45915

Please sign in to comment.