Skip to content

Commit 116a7c4

Browse files
authored
1 parent 2d9d956 commit 116a7c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/scripts/drive-app.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ TARGET_PATH="packages/$PROJECT_NAME/"
55

66
# The && are necessary for some reason when using the Android Emulator action
77
pushd "$TARGET_PATH" || exit &&
8-
flutter clean &&
8+
flutter pub cache clean &&
9+
flutter channel stable &&
910
flutter pub get &&
1011
dart format . &&
1112
flutter test integration_test

0 commit comments

Comments
 (0)