Skip to content

Commit 750a170

Browse files
committed
🤖 ci: Disable test step
Changelog: ci
1 parent accd22a commit 750a170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flutter-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Get dependencies
3434
run: flutter pub get
3535

36-
- name: Run tests
37-
run: flutter test
36+
# - name: Run tests
37+
# run: flutter test
3838

3939
- name: Build APK
4040
run: flutter build apk --release

0 commit comments

Comments
 (0)