Skip to content

Commit

Permalink
ci: setup flutter for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyamahunt committed Mar 10, 2022
1 parent d5aeda3 commit d76deb2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,13 @@ jobs:
- name: Run tests
run: bundle exec rake specs

- name: Setup Flutter
- name: Install Flutter
uses: subosito/flutter-action@v2.3.0

- name: Setup Flutter for ios
run: |
flutter precache --ios
- name: Test example app
run: bundle exec rake demo

Expand Down

0 comments on commit d76deb2

Please sign in to comment.