Skip to content

Commit

Permalink
Fix ios test (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze authored Aug 12, 2023
1 parent 886ac96 commit 80c5bcf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@ jobs:
with:
model: iPhone 14 Pro Max

- name: Build and Grant permission
timeout-minutes: 10
- name: Grant permission
run: |
brew tap wix/brew
brew install applesimutils
cd example
flutter clean && flutter pub get
flutter build ios --simulator --no-codesign
cd ios
xcrun simctl privacy booted grant photos studio.midoridesign.galExample
applesimutils --booted --bundle studio.midoridesign.galExample --setPermissions photos=YES
- name: Run integration tests
id: Run-integration-tests
Expand Down

0 comments on commit 80c5bcf

Please sign in to comment.