Skip to content

Commit ad51d1f

Browse files
committed
fix: comment out testing as Tests are not yet written
1 parent 882b8dc commit ad51d1f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/store_deploy_android.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,16 @@ jobs:
6161
- name: Decode Firebase Options
6262
run: echo "${{ secrets.FIREBASE_OPTIONS }}" | base64 --decode > ${{ env.FIREBASE_OPTIONS_PATH }}
6363

64-
# Run flutter commands
65-
- name: Run flutter pub get
66-
run: flutter pub get
67-
6864
- name: 📦 Install dependencies
6965
run: flutter pub get
7066

7167
#Enable after Decoupling is completed
7268
# - name: 🕵️ Analyze to check for bad Dart/Flutter practices
7369
# run: flutter analyze
7470

75-
- name: 📉 Run all app tests
76-
run: flutter test
71+
#Enable after Tests are written
72+
# - name: 📉 Run all app tests
73+
# run: flutter test
7774

7875
# Build Android Bundle release file
7976
- name: Build aab

0 commit comments

Comments
 (0)