Skip to content

Commit

Permalink
chore: add verbose for ios and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson committed Aug 2, 2023
1 parent ff5dca1 commit 025da1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: |
flutter pub get
cd example/ios && pod install
- run: "cd example && flutter test integration_test/app_test.dart"
- run: "cd example && flutter test --verbose integration_test/app_test.dart"
4 changes: 2 additions & 2 deletions .github/workflows/tests_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
flutter config --enable-macos-desktop
flutter pub get
cd example/macos && pod install
- run: "cd example && flutter test -d macos integration_test/app_test.dart"
- run: "cd example && flutter test test/app_test.dart"
- run: "cd example && flutter test --verbose -d macos integration_test/app_test.dart"
- run: "cd example && flutter test --verbose test/app_test.dart"

0 comments on commit 025da1e

Please sign in to comment.