We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882b8dc commit ad51d1fCopy full SHA for ad51d1f
.github/workflows/store_deploy_android.yml
@@ -61,19 +61,16 @@ jobs:
61
- name: Decode Firebase Options
62
run: echo "${{ secrets.FIREBASE_OPTIONS }}" | base64 --decode > ${{ env.FIREBASE_OPTIONS_PATH }}
63
64
- # Run flutter commands
65
- - name: Run flutter pub get
66
- run: flutter pub get
67
-
68
- name: 📦 Install dependencies
69
run: flutter pub get
70
71
#Enable after Decoupling is completed
72
# - name: 🕵️ Analyze to check for bad Dart/Flutter practices
73
# run: flutter analyze
74
75
- - name: 📉 Run all app tests
76
- run: flutter test
+ #Enable after Tests are written
+ # - name: 📉 Run all app tests
+ # run: flutter test
77
78
# Build Android Bundle release file
79
- name: Build aab
0 commit comments