We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9d956 commit 116a7c4Copy full SHA for 116a7c4
.github/workflows/scripts/drive-app.sh
@@ -5,7 +5,8 @@ TARGET_PATH="packages/$PROJECT_NAME/"
5
6
# The && are necessary for some reason when using the Android Emulator action
7
pushd "$TARGET_PATH" || exit &&
8
-flutter clean &&
+flutter pub cache clean &&
9
+flutter channel stable &&
10
flutter pub get &&
11
dart format . &&
12
flutter test integration_test
0 commit comments