Skip to content

Commit

Permalink
add flutter clean to test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisme committed Nov 10, 2021
1 parent 0d2c675 commit 6a67ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_driver/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ elif [[ $device == *"linux"* ]]; then
flutter config --enable-linux-desktop
fi

flutter clean
flutter doctor

flutter drive --target=test_driver/app.dart -d "$device"

0 comments on commit 6a67ab1

Please sign in to comment.