Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Jul 31, 2023
1 parent 7474a4d commit 7a739b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: steps.Run-integration-tests.outcome == 'failure'
timeout-minutes: 20
run: |
flutter clean && flutter pub get && flutter clean --directory ./example && flutter pub get --directory ./example
flutter clean && flutter pub get
cd example
flutter test integration_test/integration_test.dart --timeout none
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
adb kill-server
adb start-server
script: |
flutter clean && flutter pub get && flutter clean --directory ./example && flutter pub get --directory ./example
flutter clean && flutter pub get
if [ ${{ matrix.api-level }} -le 29 ]; then flutter build apk --debug; adb install -r build/app/outputs/flutter-apk/app-debug.apk; adb shell pm grant studio.midoridesign.gal_example android.permission.WRITE_EXTERNAL_STORAGE; fi
if [ ${{ matrix.api-level }} -le 23 ]; then adb shell pm grant studio.midoridesign.gal_example android.permission.READ_EXTERNAL_STORAGE; fi
flutter test integration_test/integration_test.dart --timeout none

0 comments on commit 7a739b3

Please sign in to comment.