flutter pub run test
This commit is contained in:
parent
d925afe0f4
commit
1a5606c506
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ steps:
|
|||
- name: test
|
||||
image: google/dart
|
||||
commands:
|
||||
- pub get
|
||||
- pub run test
|
||||
- flutter pub get
|
||||
- flutter pub run test
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
|
|
Loading…
Add table
Reference in a new issue