Skip to content

Commit

Permalink
chore: drive mobile e2e tests without pub get (--no-pub flag) (#7214)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesnitsky committed Oct 20, 2021
1 parent 738b0ec commit 96ef83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melos.yaml
Expand Up @@ -132,7 +132,7 @@ scripts:
test:mobile_e2e:
run: |
melos exec -c 1 --fail-fast -- \
"flutter drive --target=./test_driver/MELOS_PARENT_PACKAGE_NAME_e2e.dart"
"flutter drive --no-pub --target=./test_driver/MELOS_PARENT_PACKAGE_NAME_e2e.dart"
description: |
Run all Android or iOS test driver e2e tests in a specific example app.
- Requires an Android emulator or iOS simulator.
Expand Down

0 comments on commit 96ef83d

Please sign in to comment.