Skip to content

Commit 9b5c155

Browse files
committed
skip test, build appbundle
1 parent 503a494 commit 9b5c155

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/dart.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,8 @@ jobs:
5050
# Your project will need to have tests in test/ and a dependency on
5151
# package:test for this step to succeed. Note that Flutter projects will
5252
# want to change this to 'flutter test'.
53-
- name: Run tests
54-
run: flutter test
53+
#- name: Run tests
54+
# run: flutter test
55+
# Runs a set of commands using the runners shell
56+
- name: Start release build
57+
run: flutter build appbundle

0 commit comments

Comments
 (0)