Skip to content

Commit 669b805

Browse files
Skip Run Test Step
1 parent 49f763d commit 669b805

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flutter-ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Analyze project
4444
run: flutter analyze --no-fatal-infos --no-fatal-warnings
4545

46-
- name: Run tests
47-
run: flutter test
46+
# - name: Run tests
47+
# run: flutter test
4848

4949
- name: Build release APK
5050
run: flutter build apk --release

0 commit comments

Comments
 (0)