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 473ad18 commit 8aa3275
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/flutter_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ jobs:
- name: Run tests
run: flutter test

- name: Set iOS Deployment Target
- name: Clean CocoaPods cache
run: |
cd ios
echo "platform :ios, '12.0'" >> Podfile
cd ios
rm -rf Pods Podfile.lock
pod cache clean --all
pod install
#
Expand Down

0 comments on commit 8aa3275

Please sign in to comment.