Skip to content

Commit

Permalink
- flutter_ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
JayAgola committed Oct 31, 2024
1 parent 16ee6c4 commit 1139a7e
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/flutter_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,18 @@ jobs:

- name: Run tests
run: flutter test
# - name: Install CocoaPods dependencies
# run: |
# cd ios
# pod repo update
# pod install

- name: Set iOS Deployment Target
run: |
cd ios
echo "platform :ios, '12.0'" >> Podfile
- name: Install CocoaPods dependencies
run: |
cd ios
pod repo update
pod install
#
# - name: Build APK for Android
# run: flutter build apk
Expand Down

0 comments on commit 1139a7e

Please sign in to comment.