diff --git a/.github/workflows/example-app.yml b/.github/workflows/example-app.yml index e4751a56d..8003a1488 100644 --- a/.github/workflows/example-app.yml +++ b/.github/workflows/example-app.yml @@ -54,10 +54,10 @@ jobs: with: model: "iPhone 12" - - name: Run end-to-end tests 🧪 + - name: Run integration tests 🧪 run: | flutter pub get - flutter test integration_test + flutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart lint: name: Lint