File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 60
60
61
61
flutter_tests :
62
62
docker :
63
- - image : cirrusci/flutter:2.2.3
63
+ - image : cirrusci/flutter
64
64
steps :
65
65
- checkout
66
66
- run : sudo gem install bundler:1.16.1
73
73
- run : dartanalyzer --options analysis_options.yaml --fatal-warnings lib
74
74
- run : flutter pub publish --dry-run
75
75
76
+ flutter_tests_2.2.3 :
77
+ docker :
78
+ - image : cirrusci/flutter:2.2.3
79
+ steps :
80
+ - checkout
81
+ - run : sudo gem install bundler:1.16.1
82
+ - run : bundle check || sudo bundle install
83
+ - run : bundle exec danger
84
+ - run : flutter doctor
85
+ - run : flutter packages get
86
+ - run : flutter test --coverage
87
+
76
88
ios_tests :
77
89
macos :
78
90
xcode : " 12.3.0"
@@ -128,12 +140,14 @@ workflows:
128
140
build-test-and-approval-deploy :
129
141
jobs :
130
142
- flutter_tests
143
+ - flutter_tests_2.2.3
131
144
- android_tests
132
145
- ios_tests
133
146
- hold_pub_release :
134
147
type : approval
135
148
requires :
136
149
- flutter_tests
150
+ - flutter_tests_2.2.3
137
151
- android_tests
138
152
- ios_tests
139
153
filters :
@@ -149,6 +163,7 @@ workflows:
149
163
type : approval
150
164
requires :
151
165
- flutter_tests
166
+ - flutter_tests_2.2.3
152
167
- android_tests
153
168
- ios_tests
154
169
filters :
You can’t perform that action at this time.
0 commit comments