Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code magic #32

Merged
merged 12 commits into from
Nov 8, 2024
Prev Previous commit
Next Next commit
chore: launch ios simulator
LucasXu0 committed Nov 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 569b0b9e76f63d3a3cfe5dba21a637149241653c
3 changes: 2 additions & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
@@ -30,7 +30,8 @@ workflows:
- name: iOS integration tests
script: |
cd frontend/appflowy_flutter
flutter test integration_test/runner.dart
flutter emulators --launch apple_ios_simulator
flutter -d iPhone test integration_test/runner.dart
artifacts:
- build/ios/ipa/*.ipa