Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Aug 12, 2023
1 parent 886ac96 commit fa42df0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,11 @@ jobs:
with:
model: iPhone 14 Pro Max

- name: Build and Grant permission
timeout-minutes: 10
- name: Grant permission
timeout-minutes: 5
run: |
cd example
flutter clean && flutter pub get
flutter build ios --simulator --no-codesign
cd ios
xcrun simctl privacy booted grant photos studio.midoridesign.galExample
xcrun simctl privacy booted grant all studio.midoridesign.galExample
- name: Run integration tests
id: Run-integration-tests
Expand Down

0 comments on commit fa42df0

Please sign in to comment.