We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503a494 commit 9b5c155Copy full SHA for 9b5c155
.github/workflows/dart.yml
@@ -50,5 +50,8 @@ jobs:
50
# Your project will need to have tests in test/ and a dependency on
51
# package:test for this step to succeed. Note that Flutter projects will
52
# want to change this to 'flutter test'.
53
- - name: Run tests
54
- run: flutter test
+ #- name: Run tests
+ # 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