Skip to content

Commit

Permalink
Remove drive
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Jul 28, 2023
1 parent 71db3d3 commit 3d91cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
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
flutter drive --driver=test_driver/integration_test.dart --target=integration_test/integration_test.dart --timeout none
flutter test integration_test/integration_test.dart --timeout none
- name: Retry integration tests
if: steps.Run-integration-tests.outcome == 'failure'
Expand All @@ -184,7 +184,7 @@ jobs:
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
flutter drive --driver=test_driver/integration_test.dart --target=integration_test/integration_test.dart --timeout none
flutter test integration_test/integration_test.dart --timeout none
pre-emulator-launch-script: |
adb kill-server
adb start-server
3 changes: 0 additions & 3 deletions example/test_driver/integration_test.dart

This file was deleted.

0 comments on commit 3d91cbe

Please sign in to comment.