Skip to content

Commit

Permalink
Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Dec 31, 2024
1 parent 1ce1a95 commit 629d259
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
system-image: system-images;android-35;default;x86_64
- android/start-emulator:
avd-name: flutter
post-emulator-launch-assemble-command: 'flutter build apk --debug'
restore-gradle-cache-find-args: ./android -name 'build.gradle'
no-window: true
# post-emulator-launch-assemble-command: 'flutter build apk --debug'
# restore-gradle-cache-find-args: ./android -name 'build.gradle'
- android/run-tests:
test-command: flutter drive -d emulator-5554 --driver=test_driver/integration_test.dart --target=integration_test/timer_test.dart
- store_artifacts:
Expand Down

0 comments on commit 629d259

Please sign in to comment.