Skip to content

Commit

Permalink
test(example): use flutter drive to run integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Sep 2, 2023
1 parent 01293e5 commit b5f9fdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/example-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ jobs:
with:
model: "iPhone 12"

- name: Run end-to-end tests 🧪
- name: Run integration tests 🧪
run: |
flutter pub get
# Build the app first to avoid timing out
# https://github.com/flutter/flutter/issues/105913
flutter build ios --simulator --target=integration_test/app_test.dart
flutter test integration_test
lint:
Expand Down

0 comments on commit b5f9fdf

Please sign in to comment.