Skip to content

Commit

Permalink
add unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bahag-chandrana committed Jun 5, 2024
1 parent 46d3c29 commit 9bc03fa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,24 @@ workflows:
cd ..
flutter emulators --launch apple_ios_simulator
flutter test integration_test/functionality_test.dart
unit-tests:
triggering:
events:
- pull_request
cancel_previous_builds: true
environment:
flutter: 3.19.5
xcode: 15.4
cocoapods: 1.15.2
cache:
cache_paths:
- $FLUTTER_ROOT/.pub-cache
scripts:
- name: analyze flutter
script: |
flutter pub get
flutter analyze
- name: run ios integration tests on example folder
script: |
flutter test

0 comments on commit 9bc03fa

Please sign in to comment.