cirrusci/flutter:stable image instead of dart image
This commit is contained in:
parent
1a5606c506
commit
ea1156b436
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: test
|
||||
image: google/dart
|
||||
image: cirrusci/flutter:stable
|
||||
commands:
|
||||
- flutter pub get
|
||||
- flutter pub run test
|
||||
|
|
Loading…
Add table
Reference in a new issue